UMaterial::GetExpressionParameterName

Get the name of a parameter.

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

static bool GetExpressionParameterName
(
    const UMaterialExpression * Expression,
    FName & OutName
)

Remarks

Get the name of a parameter.

Returns

true if the expression is a parameter with a name.

Parameters

Parameter

Description

Expression

The expression to retrieve the name from.

OutName

The variable that will hold the parameter name.

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