Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionParameter.h |
Include |
#include "Materials/MaterialExpressionParameter.h" |
class UMaterialExpressionParameter : public UMaterialExpression
Name | Description | ||
---|---|---|---|
|
ExpressionGUID |
GUID that should be unique within the material, this is used for parameter renaming. |
|
|
Group |
The name of the parameter Group to display in MaterialInstance Editor. Default is None group |
|
|
ParameterName |
The name of the parameter |
|
|
SortPriority |
Controls where the this parameter is displayed in a material instance parameter list. |
Name | Description | |
---|---|---|
|
UMaterialExpressionParameter ( |
Name | Description | ||
---|---|---|---|
|
CanRenameNode() |
Can this node be renamed? |
|
|
GetEditableName() |
Returns the current 'name' of the node (typically a parameter name). |
|
|
FGuid & |
GetParameterExpressionId() |
Callback to access derived classes' parameter expression id. |
|
GetParameterName() |
||
|
GetParameterValue ( |
||
|
HasAParameterName() |
Parameter Name functions, this is requires as multiple class have ParameterName but are not UMaterialExpressionParameter due to class hierarchy. |
|
|
MatchesSearchQuery ( |
MatchesSearchQuery: Check this expression to see if it matches the search query |
|
|
SetEditableName ( |
Sets the current 'name' of the node (typically a parameter name) Only valid to call on a node that previously returned CanRenameNode() = true. |
|
|
SetParameterName ( |
||
|
ValidateParameterName ( |
Name |
Description |
---|---|
ParameterDefaultName |
Name | Description | ||
---|---|---|---|
|
GetAllParameterInfo ( |
Use GetAllParameterInfoOfType or GetAllParametersOfType |