When using Application Scale in the editor, using F11 to make the viewport fullscreen results in an either zoomed in or zoomed out fullscreen version. Note: This same issue occurs when using a comb ...
This issue is caused by the backout in 38341618. The original code that went into 5.0 affects serialization by changing the UCS modified properties. When upgrading, the override is lost because th ...
When testing UMG on an iOS device, the UMG is not rendering correctly ot the device. The UMG components seem to over lap each other. Photos of the expected outcome vs the outcome seen have been at ...
The attached project will crash whenever attempting to load the default map which is parented to a custom level script made by the user. Note: This issue doesn't occur for all maps in the project. ...
Using AddTorque to apply a rotation to a skeletal mesh does not always provide the expected results if a fixed time step is being used. When doing this to the Owen character in the Content Examples ...
Up to UE 5.0, when the "Object Position" node is used in the Material Editor as part of a material with Light Function domain, attempting to compile the material results in the following error: "[SM ...
Replacing GENERATED_UINTERFACE_BODY() with GENERATED_BODY() in 4.7.0 or above results in an Unreal Header Tool crash and build failure in Visual Studio. This was working in 4.6.1, but when tested i ...
Editor crashes if a blueprint has "Can Ever Affect Navigation" changed multiple times and is compiled. Crash link: [Link Removed] Frequency: 4/4 ...
Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality. Occur ...