Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterialInstance
- UMaterialInterface::GetGroupSortPriority()
- UMaterialInstance::GetGroupSortPriority()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialInstance.h |
Include | #include "Materials/MaterialInstance.h" |
Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialInstance.cpp |
virtual bool GetGroupSortPriority
&40;
const FString & InGroupName,
int32 & OutSortPriority
&41; const
Remarks
Get the sort priority index of the given parameter group True if successful
Parameters
Name | Description |
---|---|
InGroupName | The name of the parameter group |
OutSortPriority | Will contain the sort priority of the parameter group if successful |