Scene View Extension - Subscribing to Tonemap's afterpass renders black screen

UE - Rendering Architecture - Aug 31, 2023

Callbacks for the Tonemap's afterpass that return identity return black screen unless there is a post-process material. ...

Static Mesh Scene Actor Flipped Normals

UE - Rendering Architecture - Aug 31, 2023

Static meshes can have normals flipped when the actor they are attached to has one component of its scale inverted. ...

Crash when adding foliage instances to unloaded IFA

UE - World Creation - Worldbuilding Tools - Foliage - Aug 31, 2023

Ran into a crash when trying to programmatically add foliage to a large WP level with some unloaded IFAs.  ...

Inconsistent behavior with Register State Branches

UE - Editor - Workflow Systems - Aug 31, 2023

ISourceControlProvider::RegisterStateBranches(...) doesn't reliably warn on conflicts ISourceControlProvider::RegisterStateBranches(...), specifically FPerforceSourceControlProvider, is supposed to ...

WorldPartitionHLODsBuilder keeps generated HLOD meshes and causes run out of memory

UE - World Creation - Worldbuilding Tools - HLOD - Aug 30, 2023

Material Editor Crash on Parameter name that is shared in Material function

UE - Rendering Architecture - Materials - Aug 30, 2023

Transient Subclasses of ABrush default to supporting external packaging

UE - World Creation - Worldbuilding Tools - OFPA - Aug 29, 2023

ABrush::SupportsExternalPackaging overrides the base implementation of  AActor::SupportsExternalPackaging which returns false for transient actors, but it doesn't call super. As a result, transient ...

[UELOC] UE Editor 5.3 Testing - TSR - Not Set for Localization

UE - Graphics Features - Aug 29, 2023

How to Reproduce:Launch UE 5.3 RelTest BSet language in zhCN (or other languages)input 'stat tsr' in command line4.Observe the stat in Viewport Issues: Unloc'd strings Link to the affected string ...

Decal can't sample 2D array

UE - Rendering Architecture - Materials - Aug 29, 2023

Decal materials have a compiler error when sampling a UTexture2DArray asset ...

Cloth painting - Camera movements are broken once leaving the painting tool.

UE - Simulation - Physics - Character - Aug 29, 2023

Possibly a regression, but I could reproduce this issue as far as 5.2, so unsure when it started. The issue seems to be that the cloth painting tool lock the camera movements during painting, but d ...