Adding a media track(.mp4/avi) into a level sequence causes the editor to hang when scrubbing the timeline, or enabling/disabling the media track. ...
Currently UBT supports linking in .natvis files when modules are compiled, this should be extended to pull in .natvis files from External modules that are linked into a module. Instead of scanning ...
The level seems to have been successfully copied. ...
ULevelEditorDragDropHandler::PreviewDropObjectsAtCoordinates sets the World as the ReferencingAsset when we should probably set the GameDataAsset for the current active ContentBundle if there is any ...
Video example: [Link Removed] Occurs in 5.2 as well as 5.2. ...
When an actor channel is cleaned up, the actor and its subobjects in the CreateSubObjects array are destroyed/marked as garbage in DestroyActorAndComponents. However, default subobjects are not adde ...
When working with a Control Rig in Sequencer, compiling the Control Rig used by an actor will cause the rig to no longer drive movement for the actor's skeletal mesh. Licensee provided sample proje ...
When undoing any change to Rest Offset for a collision mesh the engine will crash. This issue is occurring in Binary //UE5/Release-5.3 @ CL 26560699 This issue is occurring in Binary //UE5/Release- ...
This was found by a customer through a UDN, and they offered the fix for it, as well. The basic steps to reproduce the crash are as follows:call GEditor->SetPropertyColorationTarget(...) somewhere i ...
Since FDeprecateSlateVector2D has been implemented in 5.2, the following function calls will always fail. Therefore, the ImageSize is not updated. This problem does not occur in 5.1. void SBrus ...