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]
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
How do I set a material as a post-processing material?
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
What controls of umg have mouse wheel events in UE4.27?
How to assign a value to a member of UMG's UMaterialInterface pointer type in C++?
How to use the.usf file in the ue4 engine Shader in the material?
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 |