UMaterial::RemoveExpressionParameter

Removes an expression node that represents a parameter from the list of material parameters.

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

Remarks

Removes an expression node that represents a parameter from the list of material parameters.

Parameters

Parameter

Description

Expression

Pointer to the node that is going to be removed if it's a parameter type.

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