Crash Duplicating an empty AtlasRow material node

UE - Rendering Architecture - Materials - Nov 29, 2023

This isn't a hard crash, but a "verify(...)" from MaterialExpressions.cpp, line 559. ...

Renaming a Blueprint interface asset doesn't update the ImplementedInterfaces list in the Blueprint editor's Class Settings tab

UE - Gameplay - Blueprint Editor - Nov 13, 2023

There is no UI refresh for the Implemented Interfaces list in the Blueprint editor UI after a Blueprint Interface asset is renamed in the Content Drawer. Consequently, the interface cannot be remove ...

Details Panel - ShowOnlyInnerProperties does not work in nested structs unless the outer struct also has the metadata

UE - Editor - Workflow Systems - Nov 27, 2023

The current implementation for inlining struct members is setup in a way where we start with the outermost struct and only recurse into any child structs if it contains the ShowOnlyInnerProperties m ...

Lumen scene view - spot light cut off

UE - Rendering Architecture - Dec 1, 2023

This looks to be an issue with shadows in Lumen Direct Lighting, and might be coming from the "Batched lights" pass. ...

Nanite Dynamic Tessellation issue with Material Layers

UE - Graphics Features - Nanite - Dec 1, 2023

When adding the UIRenderer to the Movie Render Queue, the rendering output is a difference in PIE and MRQ.

UE - Anim - Sequencer - MRQ - Dec 5, 2023

UI rendering in PIE and UIrenderer rendering in MRQ produce different output results. This is because when dealing with fades in the UI, the rendering results should not be different.  Workaround ...

Unexpected resimulations after a client possesses a moving pawn

UE - Gameplay - Network Prediction - Dec 14, 2023

If a player possesses a moving NPP-simulated pawn, there is some kind of logic problem where a reconciliation immediately is triggered, and resimulations keep streaming for a long time. This proble ...

[AI] ZoneGraph does not update build settings when changed in project settings

UE - AI - Navigation - Dec 11, 2023

The build settings for ZoneGraph do not get refreshed after the editor loads. Changing the snap distance or the snap angle will not be reflected in the ZoneGraph until you reload the editor. You can ...

FSoftObjectPath::ResolveObject references to the Editor's object in the first frame of Movie Render Queue

UE - Anim - Sequencer - MRQ - Dec 8, 2023

When implementing a sequencer system that uses FSoftObjectPath to reference an actor placed in a level (at runtime, the corresponding actor is obtained by calling FSoftObjectPath::ResolveObject), Re ...