Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterial
- UMaterialInterface::GetGroupSortPriority()
- UMaterial::GetGroupSortPriority()
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 |
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 |