When a custom enum is used as the Bitmask Enum of a Make Bitmask node, the value returned does not match the expected value ...
Platforms .ini config files can end up with incorrect data, due to how ProjectSettings manages the config data. On a Windows machine, if we open the ProjectSettings window, all the data is going to ...
Renamed Enums displayed in Standalone game will show the original default name instead. ...
Sprite collisions do not accurately reflect the collision for the sprite. While the collisions are always the same between two of these, the collisions do not correspond to the shape of the collisio ...
Crash reported through UDN. With ZenLoader enabled, deleting a level instance and triggering Undo causes a crash in ULandscapeComponent::PostEditUndo() The user has provided an example project th ...
If a static mesh component has Simulate Physics enabled, GetRelativeTransform() returns the value of world transform. ...
A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...
Crash occurs if the Recast Navmesh is set to Dynamic and the BehaviorTree runs a 'Does Path Exist' decorator. Crashreporter info: [Link Removed] ...
Crash occurs in the updated Physics Asset Editor if you LeftClick while moving a ragdolled asset during Simulation. This is a regression from 4.17.2 User Descriptionsin the new physics asset edit ...
When using the drag and drop function in UMG on an image with an alpha map the background will show up as black instead of translucent. ...