Setting a poseable mesh component as leader component for a skeletal mesh component causes an access violation.

UE - Anim - Runtime - Jun 11, 2024

When a skeletal mesh component's leader component is set to a poseable mesh component, the application will run into an access violation when it tries to update animation curves and morph targets. ...

LevelSequence Editor consumes input, even if the user last focused the Level Viewport

UE - Anim - Sequencer - Nov 27, 2024

LevelSequenceEditor has input priority over the Level viewport and other editor modules even though the Level viewport has been the last one selected. An example would be a cut operation. If you ha ...

Enabling "ShowFlag.PhysicalMaterialMasks" causes editor crash when physical material masks aren't yet imported.

UE - Simulation - Physics - Dec 3, 2024

When there is a physical material mask asset that has been created and applied to a mesh in the level without having a texture source imported yet, and then "ShowFlag.PhysicalMaterialMasks" is enabl ...

Placed AnimGetter nodes don't update their name even though their reference is renamed

UE - Anim - Runtime - Anim Blueprints - Oct 3, 2024

Some animation node such as State Weight and Get Relevant Anim Time Remaining contains state name within in parentheses. But already-placed node does not update their name even thought the reference ...

Digital buttons for gamepad thumbsticks and triggers can fire multiple times per-frame in Game Input

UE - Gameplay - Input - Dec 4, 2024

In Game Input, the buttons for different thumbstick and trigger digital events (i.e. RightStickUp, LeftStickUp, LeftStickRight, etc) can actually fire multiple times in a single frame, even though w ...

Crash in FPipelineFileCacheManager::RegisterPSOStats

UE - Rendering Architecture - Oct 25, 2024

The game can crash when one thread clears RunTimeToPSOUsage while another thread is expecting it to contain a PSO it is registering stats for. Thread A:  calls CacheGraphicsPSO() Thread B:  calls C ...

[Audio Import] - Cue Points are stripped on import on 24-bit wave files

UE - Audio - Jul 12, 2022

When importing wav files with a higher bit depth than 16, any cue points on the file are stripped.  ...

UE 5.5 delayed Python initialization causes issues

UE - Editor - Workflow Systems - Oct 28, 2024

From this UDN: [Link Removed] The customer reports that this issue did not happen in 5.4. ...

Fix deadlock between sk component and sk build or import

UE - Editor - Content Pipeline - Import and Export - Nov 27, 2024

Fix deadlock when skeletal mesh component is shown in the detail panel with physics body section category open and the skeletalmesh is re-importing or doing any other asyc task that need the game th ...

[Interchange] Time zero bind pose do not support multiple bind pose for the same bone

UE - Editor - Content Pipeline - Import and Export - Nov 27, 2024

If you import a model containing multiple mesh using the same bones but with different bind pose, the time zero skin result will be wrong. ...