Curve Atlas Row Parameter uses derivative ops when Texture Sample connected to curveTime input

UE - Rendering - Architecture - Materials - May 1, 2026

When a Curve Atlas Row Parameter node is used with a Texture Sampler connected to the curve time input, the sample type uses derivative ops. This has negative performance implications for Nanite co ...

GetStaticComponentMaskParameterValue returns the value for Static Switch Parameter

UE - Rendering - Architecture - Materials - Apr 24, 2026

UMaterialInterface::GetStaticComponentMaskParameterValue gets the parameter value from the static switch list instead of from the StaticComponentMask list GitHub branch 5.8 still looks to have this ...

Double to float conversions of time in renderer causes precision issues

UE - Rendering - Architecture - Materials - Apr 8, 2026

In game sessions when the value for world time becomes large enough we start running into floating point precision issues. These issues can easily be seen in materials which do periodic animation b ...

Material expression "FloatToUInt" can trigger a check() when input is invalid

UE - Rendering - Architecture - Materials - Mar 11, 2026

When a "Float to UInt" Expression is used in a Material Graph with a valid direct input connection that fails to evaluate, function UMaterialExpressionFloatToUInt::Compile() does not catch the input ...

Bug - Vertex Interpolator exposing parameters to instance even if its not connected

UE - Rendering - Architecture - Materials - Feb 17, 2026

Parameters attached to the input of a Vertex Interpolator Material Expression are visible in the Material Instance, even if the output of the Vertex Interpolator Material Expression is not connected ...

Material Functions are incorrectly listed in the Layer Asset list

UE - Rendering - Architecture - Materials - Feb 3, 2026

Since UE 5.7, Material Functions are included in the Layer Asset list of the Material Layers of an instanced material using material layers. It is also possible to drag and drop Material Functions ...

Material Analyzer misreports static params for Material Layers

UE - Rendering - Architecture - Materials - Jan 20, 2026

When analyzing materials that use Material Layers, Material Analyzer reports that multiple Material Instances “share the same static parameter array” and therefore recommends reparenting so that onl ...

Optimize closing the Material Editor and Material Instance Editor

UE - Rendering - Architecture - Materials - Jan 15, 2026

[Link Removed] We always need to build texture data which requires building debug view mode shaders to do some rendering to get texture densities. Can we find another way to do this? Can we at le ...

Translucent deferred decal materials look different when setting specular attribute directly or via constant node

UE - Rendering - Architecture - Materials - Nov 28, 2025

Translucent deferred decal materials look different when setting their specular material attribute directly on the material node versus setting it via a constant node ...

Changing MaterialQualityLevel causes a crash due to a ShaderMap mismatch in UniformExpressionCache

UE - Rendering - Architecture - Materials - Nov 26, 2025

A crash may occur when changing the MaterialQualitylevel via Scalability due to a race condition. The issue occurs because in ScalabilityCVarsSinkCallback(), when it creates the FGlobalComponentRec ...