Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterialInterface
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h |
Include | #include "Materials/MaterialInterface.h" |
Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp |
bool GetParameterSortPriority
&40;
const FHashedMaterialParameterInfo & ParameterInfo,
int32 & OutSortPriority
&41; const
Remarks
Get the sort priority index of the given parameter True if successful
Parameters
Name | Description |
---|---|
ParameterName | The name of the parameter |
OutSortPriority | Will contain the sort priority of the parameter if successful |