The crash occurs when FWorldPartitionHLODUtilities::BuildHLOD attempts to build an approximated mesh that has all of its contents culled during generation, this can happen when an approximated mesh ...
The primary shader crashing is "FVisualizeLumenSceneCS" which I've put in the callstack section, but I think this is more likely a binding problem as I'm also see the following crash with cloud shad ...
Regression with rendering Spline Mesh Components seen on older (5s) iOS device. I did not reproduce a crash with an iPadPro A1701 or an Android Note 4 Confirmed in 4.23 MAIN at CL 6910902 ...
If a user creates a struct blueprint then references it in another blueprint and then deletes the struct while the editor is closed, the referencing blueprint will crash when opened. ...
Overriding a BlueprintNativeEvent function with a const reference parameter in blueprints causes the project to fail to package if the blueprint is nativized. Note: This only occurs if the function ...
UPDATE This issue no longer reproduces on driver versions 580.88 and higher. City Sample game crashes immediately upon opening with a NVIDIA 5080 with the latest drivers as well as some previous dr ...
I tried to debug. In:for (int32 StackIndex = Stack.Num() - 1; StackIndex >= FirstStackIndexToRemove; --StackIndex) { Stack[StackIndex]->Dismiss(); // <-- here } It crashes because Stack is em ...
A licensee is seeing performance drops while using the editor due to a custom thumbnail renderer taking a while to generate thumbnails while Real-Time Thumbnail rendering is enabled, and has request ...
Debug lines (Results of DrawDebugLine()) can be obscured by post processing effects such as a strong glare. Debug lines should be always visible for debugging purposes. ...