Weighted Tangent not functioning in Curve Asset

UE - Anim - Sequencer - Feb 18, 2020

Weighted Tangent handle modifications do not work as expected in Curve Assets. ...

Weird reflection pixels of translucent objects with Ray Tracing Reflection

UE - Graphics Features - Lumen - Jul 15, 2020

[Image Removed] ...

Bound component functions in a child can incorrectly override parent binding

UE - Gameplay - Blueprint Editor - Mar 16, 2021

The way in which component (and actor) events are named can result in bindings in a parent for a different event overriding the binding in a parent. ...

GeometryCaches don't implement CreateHitProxies to create a unique hitproxy per section/material

UE - Editor - Content Pipeline - Datasmith - Sep 3, 2021

This causes the ObjectId pass in MRQ to fail to distinguish between materials in the resulting Cryptomatte file. It looks like FGeometryCacheSceneProxy doesn't implement CreateHitProxies so it's f ...

Volumetric fog black and not updating with real-time capture skylight

UE - Rendering Architecture - Oct 20, 2023

It looks like the skylight is not updating the CPU side SH values when Real Time Capture is enabled, and thus old/empty values are sent to the fog. ...

Pixel Inspector does not display Gbuffer values properly when a mesh with a material that has Anisotropy set is in Level

UE - Graphics Features - Jan 16, 2024

This issue occurs when there is a material with Anisotropy, like the attached GIF.[Image Removed] ...

Bright Flickering or Black Squares with Rectangle Lights Intersecting Meshes

UE - Graphics Features - May 31, 2024

Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...

Custom buffer visualization material instance problem

UE - Rendering Architecture - Materials - Jun 28, 2024

Material Instances used in Custom Buffer Visualizations do not respect parameter overrides, and use the parent material's values. Also tested on UE5-Main, CL: 34543023 ...