Using Clip() in a material may cause the outline to be displayed incorrectly on the Editor.

UE - Graphics Features - May 3, 2024

This appears to be from an interaction between the Depth Fade Expression, clip() in a Custom Expression, WPO being enabled, and the fact that the pass that draws objects for the editor outline runs ...

DumpShaderStats doesn't output any shader data

UE - Rendering Architecture - Shaders - May 1, 2024

The DumpShaderStats console command doesn't output any shader stats because the code to calculate that information in DumpShaderStats (Shader.cpp) is commented out https://github.com/EpicGames/Unrea ...

"Used with Particle Sprites" prevents material instances thumbnails from being editable

UE - Rendering Architecture - Materials - Aug 4, 2023

The thumbnails helpers will force material instances to be a plane, if their parent material is unedited. This can be worked around by editing the parent material, but editing the material instance ...

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

Animation Layer Interface content filter overrides other content filters

UE - Editor - Workflow Systems - Jan 30, 2023

Animation Layer Interfaces are overriding the filter making it so only that asset type is visible even when paired with other filters.  There is an exception to this with the blueprint interfaces fi ...

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

Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing has stopped

UE - Rendering Architecture - Materials - Jan 26, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL20979098 Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing stops. ...

console command "viewmode lodcoloration" doesn't work in standalone game

UE - Graphics Features - Jan 4, 2023

refer to attached video ...

Getting Vector Parameter Values from a Dynamic Material Instance with 1 or more vector parameters returns an empty array

UE - Rendering Architecture - Materials - Jan 3, 2023

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 The array for Vector Parameters isn't getting populated when called from a Dynamic Material Instance. ...

Get Material Instance ___ Parameter Value not working for Blend Parameter

UE - Rendering Architecture - Materials - Dec 2, 2022

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...