UMaterial::UpdateExpressionParameterName

Remove the expression from the editor parameters list (if it exists) and then re-adds it.

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 UpdateExpressionParameterName
(
    UMaterialExpression * Expression
)

Remarks

Remove the expression from the editor parameters list (if it exists) and then re-adds it.

Parameters

Parameter

Description

Expression

The expression node that represents a parameter that needs updating.

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