Crash when precaching PSOs for decals from non-game thread

UE - Rendering Architecture - Shaders - Aug 21, 2024

During async loading from an AsyncLoading thread, DecalComponent attempts to precache PSOs which can trigger a checkf in StrongObjectPtr.h which are only allowed to be created on a game thread. ...

Ray traced shadow appears for translucent material after LOD change

UE - Graphics Features - Ray Tracing - Aug 21, 2024

When ray-traced shadows are enabled, the shadow for a completely translucent mesh appears when the LOD changes based on distance. ...

Default Data Wire Thickness in the Editor Preferences only affects Single Value data wires. Containers (Array, Set, Map) line thickness are wrongly tied to Default Execution Wire Thickness.

UE - Gameplay - Blueprint Editor - Aug 19, 2024

Changing the "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Data Wire Thickness" value in the "Editor Preferences" only affects single value data wires. Containers (Array, ...

"Assertion failed: CellIndex < CellIndexMax" when there are a lot of HISM foliage in a level

UE - World Creation - Worldbuilding Tools - Foliage - Aug 19, 2024

Users have come across an issue in 5.4 that causes an assert when many foliage or HISM objects are placed in a level due to a cell size limit. ...

GAS: Creating an UGameplayEffectUIData blueprint will lead to a failed Data Validation

UE - Gameplay - Gameplay Ability System - Aug 16, 2024

The logic for data validation on UGameplayEffectComponent expects it to be owned by a UGameplayEffect. Any Blueprint derived from UGameplayEffectUIData (child of UGameplayEffectComponent) fails this ...

Regression: Asset Action Utility "Supported Classes" setting is not working correctly when "IsActionForBlueprints" is true

UE - Editor - Workflow Systems - Aug 16, 2024

When creating an Editor Utility Blueprint derived from "Asset Action Utility", UE allows the user to override function "IsActionForBlueprints". When it returns true, the "Supported Classes" setting ...

Callback set with AddNativeStateEntryBinding() stops working after ABP compile during PIE

UE - Anim - Runtime - Anim Blueprints - Aug 15, 2024

After compiling the Animation Blueprint (ABP) during Play In Editor (PIE), the callback registered with UAnimInstance::AddNativeStateEntryBinding() in NativeInitializeAnimation() stops functioning a ...

Level Instances appear at the origin on Linux cooks

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 14, 2024

Level Instances are spawned in the origin (0,0,0) after making a packaged build in Linux ...

Layered Control Rigs + Skeletal Mesh with Animation Blueprint in the Sequencer

UE - Anim - Rigging - Control Rig - Aug 13, 2024

When a layered control rig track is added to the sequencer the character’s legs will collapse into the body of the character. Switching the layer to additive will do nothing. Trying to force the ani ...