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

Level Sequences can't reference actors that reside in Level Instances different from the ones they are executed from.

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

Level Sequences can reference many actors, but the references are not solved if the actor is not in the same Level Instance as the one the Level Sequence is being played from, or the root level from ...

Ortho near plane clips geometry in Editor Top view

UE - Graphics Features - Aug 9, 2024

When the viewport is in Top (ortho) Lit mode the near plane clips through geometry as you zoom the view in and out. ...