Dynamic instancing is likely causing an issue where meshes that need shadows are getting combined with meshes that do not need shadows causing missing shadows. Tests were done with CSMs. Reproducti ...
When adding a sub level with world partition streaming to a main level where the streaming is also enabled, setting* Level Behavior* of the sub level to Standalone, and saving the result, in the fir ...
When opening Unreal Editor on Linux, the Project Browser opens but is completely unresponsive. Shortly afterwards the editor will crash. If you use the -nocef command when opening the Editor, everyt ...
The editor crashes when trying to set the text for a text block via a binding a if the text block is trying to set its text by referencing its current text setting. ...
The game crashed when the USB Dongle is connected or disconnected. Games that made by other engines are work fine. Refer to the attached video for the reproduce. ...
Unable to add API specifier to FMovieSceneTrackEditor, results in compile errors (pasted in the callstack field) ...
The crash happens when SetState is called inside the function bound to OutputAnimationPose’s OnUpdate in the animation state. This way of using Set State node is the same as shown in the official do ...
The log2 function does not exist in libc.so on older Android. Using FMath::Log2 instead solves the issue. ...
The result with Chaos is not wrong, rather it returns a correct correction vector, that vector is perfectly horizontal to the teleport buried against the landscape mesh. Therefore, teleportation wil ...
There is an unsupported call being made on KitKat causing a crash during startup. ...