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

Volumetric clouds jitter when in front of geometry

UE - Graphics Features - Nov 30, 2023

Potentially related to [Link Removed], but distinct. ...

When a BPActor containing HISMs is multiplied with a scale, LOD display control doesn't work correctly

UE - Rendering Architecture - Nov 29, 2023

Workaround 1: 1. Change HierarchicalInstancedStaticMesh.cpp in either of the following ways:void{{ FHierarchicalStaticMeshSceneProxy::GetDynamicMeshElements(const TArray<const FSceneView*>& Views, c ...

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

Some post-processing passes sample outside of the viewport when using scene capture components

UE - Graphics Features - Nov 29, 2023

It looks like the SSAO shader does not clamp its sample space to the half view size for the two inputs "Ambient Occlusion" and "AmbientOcclusionSetup", leading to invalid data entering the edge of f ...