Property Coloration isn't supported for Nanite

UE - Graphics Features - Nanite - Sep 11, 2023

Property Coloration View Mode is not supported by Nanite. (Left cube is Nanite and isn't affected by the Property Coloration view mode) [Image Removed] ...

Invalid Subsurface Scattering Color when using Per Pixel Shading Model and non-default material layers

UE - Graphics Features - Sep 27, 2022

It appears as though when adding material layers to a material instance that uses the FromExpression shading model, the subsurface color ends up white. If you add a DebugFloat3Values and output it t ...

Sub Surface Shading Model has Strange Blotch Color Artifacts when Used with a Ambient Cubemap

UE - Graphics Features - Sep 23, 2019

Sub surface shading model has strange blotch color artifacts when used with ambient cubemap. Since the subsurface profile shading model can't be used with ambient cubemap I wanted to use the regular ...

Scene Color node with UV input on a transparent material renders incorrectly in stereo

UE - Platform - XR - Jan 19, 2021

From Licensee: When we have Instanced Stereo enabled, all our materials that use Scene expression nodes (SceneDepth, SceneColor, etc...), render incorrectly in the right eye. It only happens to the ...

GPU Particle Initial Color With Distribution Constant Curve Will Not Transition Between Points

UE - Niagara - Jan 24, 2019

GPU Particles will only use the first point of an Initial color module with Distribution set to Constant Curve. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.222 CL# 4768593 ...

Widgets set to the color FF00FFFF will become gray after compile

UE - Editor - UI Systems - Jun 22, 2016

Widgets set to the color FF00FFFF will become gray after compile ...

Blueprint Static Meshes lose Vertex color information in Standalone/Release

UE - LD & Modeling - Modeling Tools - Mesh Editing - Sep 21, 2018

In the editor, vertex information can be painted on static meshes that are part of a blueprint. When testing by playing in “Selected Viewport” the painted vertex information is correctly saved and d ...

[Feature Request] Publish Property "Clear Color" of TextureRenderTarget2D to Editor

Tools - Feb 20, 2018

Currently, "Clear Color" of TextureRenderTarget2D has not been published to the editor. However, there is a request to control ClearColor to use RT as mask in UMG. So, I suggested that it should be  ...

The VertexInterpolator connected to a Normalize node, input into BaseColor results in black Mesh LOD Coloration

UE - Rendering Architecture - Materials - Nov 16, 2021

It does not appear to matter to the repro steps what is input to the VertexInterpolator, it matters more that there is a Normalize between the VertexInterpolator and the base color input of the mate ...

Color space transform in the UI composition is incorrect on DX12 HDR (r.HDR.UI.CompositeMode=1)

UE - Graphics Features - Jun 11, 2021

Color space conversion in the UI composition is incorrect on DX12 HDR. In the main() function In CompositeUIPixelShader.usf, you can see the following color space transform.// sRGB -> RRT -> ODT ...