Orthographic Rendering - Lumen Reflection Artefacts

UE - Rendering Architecture - Apr 28, 2023

Runtime changing r.VT.PoolSizeScale doesn't resize virtual texture pools

UE - Rendering Architecture - Apr 21, 2023

r.VT.PoolSizeScale should be changeable at runtime so that we can resize VT physical pools for iteration on selecting pool sizes. It works correctly at engine startup but runtime changes have no ef ...

Volumetric fog rendering gets cut off at the apex for some spot lights when viewed from certain angles

UE - Rendering Architecture - Apr 19, 2023

Fix is found in licensee’s pull request:https://github.com/EpicGames/UnrealEngine/pull/10333/files ...

Custom Primitive Data on BP instance not taking affect while in editor

UE - Rendering Architecture - Apr 5, 2023

https://udn.unrealengine.com/s/case/5004z00001n9LsOAAU/custom-primitive-data-on-bp-inst ance-not-taking-affect-while-in-editor Original Repo is from 4.27, however, it still happens in 5.2. This is ...

HighResScreenshot crashes in windows packaged exe

UE - Rendering Architecture - Mar 22, 2023

FHighResScreenShotConfig::Init() sets the materials only in the Editor, due to a #if WITH_EDITOR block. However, the FViewport class exposes the TakeHighResScreenShot to non-editor builds as well, l ...

Hitting check when removing HISM instances with Custom Instance Data

UE - Rendering Architecture - Mar 20, 2023

Hitting check(UploadInfo.InstanceCustomDataCount * InstanceCount == UploadInfo.InstanceCustomData.Num()) and also seeing incorrect isntance order after removing instances from HISMs. Additionally ...

FBasePassMeshProcessor crashes in ODSC code because the WorldGridMaterial doesn't support translucency

UE - Rendering Architecture - Jan 30, 2023

UDN: [Link Removed] Slack: [Link Removed] Then, the return value of TryAddMeshBatch is determined by FBasePassMeshProcessor::Process. When the crash occurs, GetBasePassShaders fails to get the shad ...

Make UInstancedStaticMeshComponent::UpdateInstanceBodyTransform protected

UE - Rendering Architecture - Jan 23, 2023

From the UDN ticket here: [Link Removed] We are developing a plug in which contains classes built from UInstancedStaticMeshComponent, overriding its virtual functions to update our mesh instances o ...

Near Clip Plane project setting has no effect

UE - Rendering Architecture - Jan 18, 2023