FInstancedStruct and TInstancedStruct in DeveloperSettings only write default values to configuration ini files

UE - AI - May 6, 2025

FInstancedStructs, or its TInstancedStruct sibling, can be included in a class that inherits from UDeveloperSettings. UDeveloperSettings will persist data in a configuration file. In the case of FI ...

Fade local light shadow with r.Shadow.DoesFadeUseResolutionScale doesn't work with VSM

UE - Graphics Features - Shadows - May 2, 2025

When VSM is enabled, local light shadows don't fade even if r.Shadow.DoesFadeUseResolutionScale is true. Local shadows do fade based on resolution when using regular shadow maps (CSM). ...

Horde Artifact Browser can produce download URLs greater than 8KB

UE - Foundation - Horde - Storage - Apr 29, 2025

Using the Horde Artifact browser browse to a folder with a lot of files in a subfolder (for example temporary artifacts that contains Engine/Binaries/Win64, see attached) and use the "Download" butt ...

Niagara color picker user parameter preview no longer updates until confirmation

UE - Niagara - Content - Apr 18, 2025

Starting with UE 5.4, the Color Picker Tool no longer updates preview values in real time for certain editor windows like Niagara when working with User Parameters. This behavior is a regression fr ...

WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined property (bSimulatePhysics), throws an error

UE - Gameplay - Apr 15, 2025

WindDirectionalSourceComponent.h has a meta edit condition that, by referencing an undefined class property (bSimulatePhysics), throws an error in the logs: LogEditCondition: Error: EditCondition pa ...

Investigate PythonScriptPlugin module load order for preload module

UE - Editor - Workflow Systems - Apr 10, 2025

Actor Dropped at Wrong Location During PIE

UE - Editor - Applied Usability - Apr 3, 2025

When attempting to drag and drop an actor from the Content Browser into the level viewport during PIE, the actor is not placed at the mouse cursor location if the Player Controller is attached. Inst ...

Culling Distances Not Working For Static Mesh in Procedural Content Generation Tool and Foliage Tool

UE - World Creation - Procedural Tools - Mar 28, 2025

When creating Foliage or Procedurally Generated Content the culling settings of the Static Meshes do not apply correctly. As soon as either a minimum or maximum cull distance is set the Static Meshe ...

MRQ - Black output layers in multichannel exr with a multi-camera cuts track

UE - Anim - Sequencer - MRQ - Mar 14, 2025

If you have Render All Cameras enabled in MRQ and are rendering a multilayer exr from a sequence that has multiple cameras edited in the camera cuts track the frames where a camera is not active in ...

High Virtual Texture Sample/Lookup Cost when using a Virtual Texture in a Material Layer Blend

UE - Rendering Architecture - Materials - Mar 14, 2025

Some Material Attribute blends in Material Layer Blends can cause Virtual Texture samples to be duplicated in HLSL. This can be avoided by sampling the Virtual Texture in the Parent Material, and pa ...