UMaterial::GetGroupSortPriority

Get the sort priority index of the given parameter group

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual bool GetGroupSortPriority
(
    const FString & InGroupName,
    int32 & OutSortPriority
) const

Remarks

Get the sort priority index of the given parameter group

Returns

True if successful

Parameters

Parameter

Description

InGroupName

The name of the parameter group

OutSortPriority

Will contain the sort priority of the parameter group if successful

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss