Attempting to build the Engine using Visual Studio 2017 will fail if Visual Studio 2013 is also installed on the same computer. If Visual Studio 2013 is uninstalled, or if the computer has Visual St ...
Consider an actor defined in C++ with "bIsSpatiallyLoaded" set to true (the default), and a derived blueprint that overrides "bIsSpatiallyLoaded" to false. Now consider an actor instance of that blu ...
Gameplay Ability System Standalone: Removing an attribute set and then removing an active gameplay effect that has a modifier for an attribute from that set results in a crash. Currently, one must ...
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 ...