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

DBuffer uses linear RGBA8 for base color instead of SRGB

UE - Rendering Architecture - Aug 28, 2023

DBuffer has 8 bit render targets for decals. The first render target holds BaseColor. It is not SRGB so we probably have poor precision distribution over the color range. It should be possible simpl ...

RVT does not correctly render multiple identical Instanced Static Mesh Components

UE - Rendering Architecture - Aug 17, 2023

If multiple ISM components are set to render to the same RVT and they each have the same mesh/material setup, then intermittently some instances will be dropped from rendering to RVT pages. Differen ...

Issue with Niagara MeshRenderer

UE - Rendering Architecture - Aug 8, 2023

A static mesh far from the origin appears to wobble in PIE

UE - Rendering Architecture - Aug 3, 2023

It seems that the numbers are rounded in VertexFactoryCommon shader. The cube consists of vertices that are very far from the origin and are placed on the screen by placing them at coordinates that ...

Lags in animation when set leader pose component is used

UE - Rendering Architecture - Aug 2, 2023

https://udn.unrealengine.com/s/question/0D54z00009UJv5HCAT/lags-in-animation-when-set-leader-pose-component-is-used From licensee: "USkinnedMeshComponents have the option to double-buffer their bo ...

Virtual Heightfield Mesh crash using released Vertex Factory

UE - Rendering Architecture - Jul 25, 2023

When using VirtualHeightfieldMesh we see intermittent crashes in FDepthPassMeshProcessor::TryAddMeshBatch(). This can happen when FVirtualTextureProducerCollection::CallPendingCallbacks() is called ...

Hair visibility override issues

UE - Rendering Architecture - Jul 19, 2023