[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

Subsurface Scattering Checkerboard with SceneColourFormat 3 (High Scalability) leads to a visual artefact when temporal upscaling is in use

UE - Graphics Features - Sep 30, 2024

Primarily visible at very low internal resolutions (25-33%), the SSS checkerboard with an RGB scene colour format (r.SceneColorFormat 3) causes a double-image artefact both internally and on the sil ...

Crash when an empty Anim Composite is attached to a Mesh component of a BP actor in a Level Sequence

UE - Anim - Sequencer - Sep 27, 2024

There is a crash that will occur when an empty Anim composite asset is being referenced in the Mesh component attached to a BP actor within a level sequence. Crash also occurs in Live 5.4.4 - not a ...

UTextureRenderTarget2D uses TC_Default for PF_R16F instead of TC_HalfFloat

UE - Texture - Sep 27, 2024

When using "ConstructTexture2D" from a render target that uses the format PF_R16F (RTF_R16F) the output texture won't retain the format and will become a four channel float texture.  The texture for ...