UMaterial::PropagateExpressionParameterChanges

A parameter with duplicates has to update its peers so that they all have the same value.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/Material.h

Include

#include "Materials/Material.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/Material.cpp

Syntax

virtual void PropagateExpressionParameterChanges
(
    UMaterialExpression * Parameter
)

Remarks

A parameter with duplicates has to update its peers so that they all have the same value. If this step isn't performed then the expression nodes will not accurately display the final compiled material.

Parameters

Parameter

Description

Parameter

Pointer to the expression node whose state needs to be propagated.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss