Light function materials using WorldPosition do not render correctly to volumetric fog if there is more than one

UE - Graphics Features - Mar 27, 2023

There is a one-line fix for this in a shader file, see their PR on GitHub:https://github.com/EpicGames/UnrealEngine/pull/10251/files ...

Multiple Post Processing displays are not working in Content Examples - Post Processing

Docs - Samples - Jan 18, 2017

While going through a GPU pass, film setting in post processing isn't working as expected. This does not seem to be GPU specific The displays should resemble the images in the documentation - PPE ...

PerInstanceRandom does not work on Instanced Static Meshes spawned at runtime

UE - Graphics Features - Aug 11, 2017

PerInstanceRandom does not provide a random value when the material is being used on an Instanced Static Mesh that is spawned at runtime, the value is always the same. Regression?: Yes This did not ...

Area Lights casting Specular regardless of material specular value

UE - Graphics Features - Sep 30, 2021

The rectangle lights ignore the specular value of lit materials and will apply a specular highlight to them regardless of the value. you can compare the result against a standard point light and you ...

Camera Position Node in Light Function Materials does not function once applied to a light

UE - Rendering Architecture - Materials - May 25, 2023

In the material editor, the preview will change with the camera position. Similar to [Link Removed] though the light will still emit when applied. Investigating Regression info ...

Some style properties for Multi-Line Editable Text boxes do not change when setting them in blueprints

UE - Editor - UI Systems - May 8, 2017

Some style properties for Multi-Line Editable Text boxes do not appear to change when setting them in blueprints. ...

Soundscape Palettes with no playback conditions do not activate

UE - Audio - Nov 10, 2022

Soundscape Palettes with empty playback conditions fail to activate ...

Material functions using Vertex Interpolators called by multiple function nodes will only use the final interpolator result

UE - Graphics Features - Mar 26, 2018

The interpolator in each function call does correctly compile it's input to a temporary, but as there's only one actual expression node, each call stomps the temporary data so the final CompileInput ...