Clicking the GameMode Override dropdown in the World Settings tab crashes the editor. Also occurs with any of the sub-options for the GameMode. Does not appear to occur if there is not already an ex ...
Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero. Subsequently disabling Pawn Use Control Rotation make rotation of the component impossible until ...
Crash on play if a BP manipulates a InstancedStaticMeshComponent by using a ClearInstances node followed by an AddInstance node. This is a blocker for the licensee. This is a regression: Working ...
ServerTravel from a map with a GameMode set to Use Seamless Travel and then ServerTravel back from a map without Seamless Travel enabled will crash the editor. Reproduced in 4.7.1 binary and Main ( ...
Garbage Collection is causing noticeable hitches on whatever interval it is run on. This is noticeable in the UE4 Profiler, as you will see a spike every X amount of seconds, depending on how often ...
I tested with some mobile devices and Dithered LOD Transition did not work on Huawei P20 Pro. This problem does not occur with Snapdragon. This problem does not occur with Snapdragon like Pixel 3. ...
After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...
The Editor crashes when attempting to convert a Landscape into a Blueprint Class. Looking back to //UE4/Release-4.24 cl 11590231, this option seems to be unselectable (see attached image), which lea ...
When a macro takes in a two Wildcard inputs and two Wildcard outputs connecting a variable to one assigns the value of all the outputs even if they don't connect (check attached image). You can see ...
Attempting to add collision to an EQSTestingPawn class is not possible, as the inherited capsule component seems to override any new collision. Simulating with the inherited capsule will cause the P ...