Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpressionParameter
Description
Returns the current 'name' of the node (typically a parameter name). Only valid to call on a node that previously returned CanRenameNode() = true.
Virtual Inheritance
- UMaterialExpression::GetEditableName → UMaterialExpressionParameter::GetEditableName
| Name | GetEditableName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionParameter.h |
| Include Path | #include "Materials/MaterialExpressionParameter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual FString GetEditableName() const