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

Gameplay Ability Component Montage Replication incorrectly handles cyclic animation sections

UE - Gameplay - Gameplay Ability System - Dec 4, 2023

In AbilitySystemComponent_Abilities.cpp, the check for the client being on a different section on line 3059 checks that the RepNextSectionID is not the current section. One would assume this is beca ...

Renaming actors between levels during PIE causes issues

UE - World Creation - Worldbuilding Tools - OFPA - Dec 4, 2023

When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...

Navisworks - Crash exporting high poly density terrain geometry

UE - Editor - Content Pipeline - Datasmith - Exporters - Dec 4, 2023

Nanite cast shadows from all lights, regardless of lighting channel configuration

UE - Graphics Features - Nanite - Dec 4, 2023

This behavior is inconsistent with the behavior of non-nanite meshes, which receive light and cast shadows only from lights in the same lighting channel. [Image Removed] ...

Incorrect cast in UpdateEarlyZPassModeCVarSinkFunction when Scene is FNULLSceneInterface

We have various casts across the engine on the scene, which fail to cast when the scene is a null scene. FScene* Scene = (FScene*)(World->Scene); Scene->UpdateEarlyZPassMode(); We shoul ...

Gameplay Cue Notify Paths in Game Feature Modules don’t work when written in the ini file, only when added via AddGameplayCueNotifyPath()

UE - Gameplay - Gameplay Ability System - Dec 4, 2023

The gameplay cue may work fine the first time. If this is the case, then relaunch the editor. It should then be broken, as the tag is no longer loaded after its creation. ...

HLOD Build crashing when building nanite for mesh with 2 material having the same parameters

UE - World Creation - Worldbuilding Tools - HLOD - Dec 2, 2023

From Licensee: Catching the exception with debugger allowed us to find a list of materials on the hlod mesh on which the error occured and we were then able to link it to one of our meshes causing ...

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