VolumetricCloud crashes in orthographic view

UE - Graphics Features - Feb 17, 2025

FVolumetricRenderTargetViewStateData structure for the orthographic view is not initialized and the structure has some uninitialized member variables. If uninitialized FVolumetricRenderTargetViewSta ...

Retargeting montages breaks the referenced animation's in Pose Search Databases

UE - Anim - Rigging - Retargeting - Feb 17, 2025

If users retarget a montage that is referenced by a pose search database, the reference in the PSD is wrongly changed to reference the new montage.  This means any users that use montages with motio ...

IK Retarget editor's asset browser doesn't list all asset types

UE - Anim - Rigging - Retargeting - Feb 17, 2025

Certain asset types that are displayed in the Retarget Animation window are not displayed within the asset browser in the IK Retarget editor ...

Additives using Frame From This Animation as the Base Pose Type fail to retarget correctly

UE - Anim - Rigging - Retargeting - Feb 13, 2025

Additive animations that use a frame from their own sequence as a base pose are initially broken when retargeted.  Users have to refresh the properties that select the base pose in order to fix the ...

Modifying Notify Properties no longer updates the NotifyName in Blueprints with custom GetNotifyName function.

UE - Anim - Gameplay - Feb 13, 2025

If after placing a notify on an anim sequence timeline you modify a property that is used in the GetNotifyName function of a blueprint notify in engine version previous to 5.5 (5.4.3 for example) th ...

FIndexedCurve::ScaleCurve returns invalid results

UE - Anim - Runtime - Feb 13, 2025

Calling SetKeyTime in iterating KeyHandlesToIndices array can modify the array order, so it breaks the iterator. Perhaps ShiftCurve also has the same problem. Here is a work around: void FIndexedCu ...

UDN Bug: ASTC compression becomes greyscale

UE - Anim - Mutable - Feb 13, 2025

Bug reported at https://udn.unrealengine.com/s/question/0D5QP00000tOpXN0A0/using-mutable-plugin-results-in-greyscale-textures-on-android-xr?fromCase=1 ...

The Lyra's Readme.md from Github is not clear on how to setup the project for usage

UE - Gameplay - Feb 13, 2025

The Lyra's Readme.md from Github is not clear on how to setup the project for usage. Following the https://github.com/EpicGames/UnrealEngine/blob/ue5-main/Samples/Games/Lyra/README.md instructions a ...

5.4, FRHIMemoryPool leaks memory

UE - Rendering Architecture - RHI - Feb 12, 2025

FRHIMemoryPool will leak data when it is destroyed. "FRHIMemoryPool::Init()" will create "FRHIMemoryPool::DesiredAllocationPoolSize" new "FRHIPoolAllocationData" objects, stored in "FRHIMemoryPool: ...