Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterial
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 |
static bool GetExpressionParameterName
&40;
const UMaterialExpression &42; Expression,
FName & OutName
&41;
Remarks
Get the name of a parameter. true if the expression is a parameter with a name.
Parameters
| Name | Description |
|---|---|
| Expression | The expression to retrieve the name from. |
| OutName | The variable that will hold the parameter name. |