Hi, I have a actor placed in a sublevel, the order when PIE is ActorBeginOverlap fired before BeginPlay. When it is placed in persistent level, the order is correct (BeginPlay, then overlap).
I have tried Generate Overlap Events During Level Streaming, no difference. Is this normal or a bug?