InstancedStruct hard references fail to cook in World Partition map

UE - World Creation - Worldbuilding Tools - World Partition - Mar 12, 2024

Hard references through InstancedStruct do not cluster the actors together into the same cell. ...

Fixing Issue in Niagara stack across particle and system stages crashes the editor.

UE - Niagara - Jan 18, 2024

The Update Persistent Audio module has a dependency on a Play Persistent Audio module. When there are two modules in different overview nodes, the automatic fix up can put the Play Persistent Audio ...

Mesh Vertex Painting Broken for Splines

UE - Rendering Architecture - May 22, 2023

The mesh painting mode appears to no longer work on splines, as the vertexes seem to have all vertex colors at 1, 1, 1, 1 by default, and can't be removed or painted anything else. ...

[AI] Navmesh does not generate correctly on a negatively scaled ISM.

UE - AI - Navigation - Aug 16, 2022

Setting a single axis of an ISM negative results in navmesh not being generated on top of it. However, setting 2 axes to negative scale does have the navmesh generate as is expected.  Also see more ...

CharacterMovementComponent: simulated proxy can go into falling due to linear velocity quantization when using custom gravity

UE - Gameplay - Components - Mar 8, 2024

The character movement component in  void UCharacterMovementComponent::SimulateMovement(float DeltaSeconds) evaluates whether to find the floor when simulating the movement of the simulated proxy ...

CharacterMovementComponent: make crouching behavior compatible with custom gravity direction

UE - Gameplay - Components - Feb 20, 2024

CharacterMovementComponent has recently received support for custom gravity directions. Crouch logic needs to be updated to account for custom directions. Currently, crouching logic in CMC assumes Z ...

"Exclude From HLOD Levels" has no effect in a World Partition level set up with HLODs

UE - World Creation - Worldbuilding Tools - HLOD - Oct 18, 2023

TakeRecorder does not add a track to a level sequence when niagara FX is spawned

UE - Anim - Sequencer - Mar 5, 2024

In UTakeRecorderActorSource::EnsureObjectTemplateHasComponent() function, MakeUniqueObjectName() generates the same name of a component which CachedObjectTemplate for TakeRecorder has already had. T ...

Recent change to Material Expression code missing a case for "exp2" function in switch (cpp)

UE - Editor - Content Pipeline - Datasmith - Mar 4, 2024

The function "FMaterialDerivativeAutogen::GetFunc1ReturnType(...)" does not have a case for "EFunc1::Exp2". Also found in Release-5.4, CL: 331987674 ...

PostLoadGroup can cause materials to cache GWhiteTexture into uniform expressions

UE - Rendering Architecture - Mar 6, 2024

It may occur that during loading screens, materials using material layers will load with GWhiteTexture before the real textures are ready. This seems to be because of a race condition due to PostLoa ...