Encountering a crash in Lyra when you hit PIE if you have an animation montage document open with an animation segment selected and the preview scene visible in the animation segment details panel.
The crash can be prevented when adding the following to the DefaultGame.ini:
[/Script/CommonLoadingScreen.CommonLoadingScreenSettings]
ForceTickLoadingScreenEvenInEditor=False
Without this setting it is possible for ULoadingScreenManager::ShowLoadingScreen() to cause a nested UWorld::Tick, which ultimately leads to the crash.
Open Lyra project:
[Image Removed]
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-184114 in the post.
0 |
Component | UE - Content - Sample |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.2 |
Created | Apr 24, 2023 |
---|---|
Resolved | May 4, 2023 |
Updated | May 15, 2023 |