DeferRunningConstructionScripts has been added as a workaround for a issue by asynchronous mesh compilation, but it doesn't consider BeginPlay.
Therefore, if DeferRunningConstructionScripts is executed when OpenLevel in the editor, BeginPlay will be executed before ConstructionScripts.
We need something like DeferRunningBeginPlay to solve this. Perhaps the simple solution is to add a process for BeginPlay to the FActorDeferredScriptManager.
see UDN
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-157303 in the post.
2 |
Component | UE - Foundation - Core |
---|---|
Affects Versions | 5.0 |
Target Fix | 5.1 |
Fix Commit | 21441583 |
---|---|
Main Commit | 21444948 |
Created | Jun 22, 2022 |
---|---|
Resolved | Aug 18, 2022 |
Updated | Aug 24, 2022 |