In UE 5.4, some config variables are not getting saved correctly, due to the new User/Editor rules.

UE - Simulation - Physics - Jul 24, 2024

A lot of properties are not getting saved correctly to custom configuration files. This looks like that it can be cause by the FConfigContext::PerformLoad function. New conditionals have been added ...

Mismatch of light position and PerObjectProjectedShadows

UE - Graphics Features - Jul 23, 2024

Per-Object shadows cast by a stationary point light do not appear in the correct place on movable geometry. ...

check(!bPostTickComponentUpdate) fails triggered by UNiagaraComponent::CreateRenderState_Concurrent() and StaticMeshCompilingManager::FinishCompilation()

UE - Niagara - Rendering - Jul 23, 2024

Reported alongside [Link Removed] Context: Some ActorComponents can schedule end-of-frame work which UWorld executes later in the frame in UWorld::SendAllEndOfFrameUpdates(). By-design it appears t ...

check(!bPostTickComponentUpdate) fails triggered by ~FStaticMeshComponentBulkReregisterContext() and FD3D12DynamicRHI::ProcessInterruptQueueUntil()

UE - Gameplay - Components - Jul 23, 2024

Context: Some ActorComponents can schedule end-of-frame work which UWorld executes later in the frame in UWorld::SendAllEndOfFrameUpdates(). By-design it appears that it's not allowed to schedule mo ...

Chaos Cache : Event tracks are not saved second or subsequent geometry collection recordings

UE - Simulation - Physics - Destruction - Jul 23, 2024

After the second recording time, the event listener registration in FGeometryCollectionCacheAdapter::InitializeForRecord is skipped. Here is a workaround :// We only need to register event handlers ...

Material not compiling due to WorldAlignedTexture connected to multiply

UE - Rendering Architecture - Materials - Jul 23, 2024

When a WorldAlignedTexture node is connected to multiply and then to a base color output, the material cannot be compiled, giving an error about an undeclared local variable "Local27". Does not happ ...

A crash occurs inside the Unreal Editor when we change the Spline Point type of a spline point, and we subsequently select another spline point

UE - Editor - Workflow Systems - Jul 22, 2024

In versión 5.4, a crash has been found when using splines inside the LevelViewport. This crash occurs when we change the Spline Point Type of a spline point, and subsequently we select another splin ...

Cannot instantiate an InstancedStaticMesh component with ConstructionScript

UE - Graphics Features - Jul 21, 2024

Starting with Unreal Engine 5.4, the logic for adding ISM instances by adding ISM components in the Construction Script (like below) has failed.  [Image Removed] This issue accidentally was introd ...

Reflection Captures permanently unload with world streaming

UE - Graphics Features - Jul 19, 2024

When a reflection capture is unloaded due to streaming, it cannot be reloaded when the player returns to that area in the world because FReflectionCaptureData::OnDataUploadedToGPUFinal deletes the C ...

Spawnable Post Process Volume does not draw bounded values after saving and reopening a level

UE - Foundation - Core - Jul 19, 2024

Reproduction Attempts: 3/3 Doing some additional testing for Spawnable Post Process Volumes in a level sequence, the PPV does not appear after saving the level and level sequence, closing and reope ...