Unexpected behavior with mouse position on Mac If 'Show Mouse Cursor' is true the problem does not occur. Catalina 10.15.1 ...
This problem can be reproduced with UE5.3 even after applying fix [Link Removed]. We have verified this issue with UE5.1 and it is not reproduced. ...
If an actor that is used in the pooled actor list of UMassActorSpawnerSubsystem is destroyed, it causes a nullptr exception in UMassActorSpawnerSubsystem::SpawnOrRetrieveFromPool. The subsystem atte ...
Setting a parent and child static mesh scale to negative effects the rotation on child when Snapped To Floor Looks to be directly related to this JIRA: https://jira.ol.epicgames.net/browse/UE-3152 ...
Licensee reports change of behaviour between UE4 and UE5 when reimporting a mesh after changing its lightmap build settings. Change of behaviour occurred in 17404767, which was to fix a similar pro ...
Pressing the "Connect to Source Control" Button on a Linux project does not open the "Source Control Login" window. Looking at the Message Log for source control it says that "Source Control is dis ...
Alembic geometry cache doesn't import every frame when importing large frame ranges. Specifically when they don't start at frame 1. [Link Removed] ...
When changing from boolean to Integer/Byte the select nodes options are not changed to Option 0/Option 1 and instead are left as False/True ...
This occurred with both Development and DebugGame build configurations. In the game's console I tried both "quit" and "exit" and reproed the crash. The crash also occurs via Alt + F4 or closing vi ...
Some changes to UEnumProperty::ImportText_Internal prevent this importing the stringified number (which is a float) as an enum value. This affects the JSON importer, and maybe the CSV one too. ...