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 ...

Selected Animations do not transfer to Retarget Window asset list.

UE - Anim - Rigging - Retargeting - Oct 2, 2024

When selecting animations in the content browser to retarget, the right clicking and selection "Retarget Animations". The selected items do not become selected in the RetargetAnimAssetsWindow. ...

Pressed event triggered after calling FlushPressedKeys while holding the button

UE - Gameplay - Input - Oct 2, 2024

This is an issue related to the behavior of the FlushPressedKeys function when called manually while a button is held. Once the function is called in C++, a Pressed event gets triggered even though ...

[WinDualShock] DualSense controller haptics with sound does not work in cooked builds

UE - Gameplay - Input - Oct 2, 2024

The user has a proposed fix which they said works: Heya, so just to be clear your solution was to change the WinDualShock.uplugin file where the "WinDualShock" module is defined, and make it "Runtim ...

Decals are corrupted when VRS is enabled on some console platforms, and possibly PC

UE - Platform - Console - Oct 1, 2024

Blocky artifacts and flickering are sometimes visible when using VRS and decals. Setting r.VRS.Decals=0 removes the flickering. See Additional Info URL for details. ...

Crash during garbage collection when container UPROPERTIES specify raw interface pointer element types without TScriptInterface wrapper

UE - Foundation - Core - Oct 1, 2024

When a UPROPERTY() TMap or TArray has raw interface pointers as element type, the garbage collector tries to handle them and crashes. For raw interface pointers without a container, UHT generates a ...

Material overrides not respected when generating HLODs.

UE - World Creation - Worldbuilding Tools - HLOD - Oct 1, 2024

When generating HLODs, it is possible for the generator to ignore material override settings. The generator will not respect the constants, and does not change them in the Material with a default se ...

Sequencer: Skeletal Animation with montages can cause blending issues when re-playing the same sequence on the same character

UE - Anim - Sequencer - Oct 1, 2024

The code in MovieSceneSkeletalAnimationSystem.cpp storages montage data on a per skeletal mesh component, per section basis. This (and a few other bits of logic) cause issues for external UDN user w ...

Modify AVolume brush shape dirties level

UE - World Creation - Worldbuilding Tools - OFPA - Sep 30, 2024

Changing the brush shape of an AVolume external actor dirties the level. ...

FBX exporter does not support Level instances

UE - Editor - Content Pipeline - FBX - Sep 30, 2024