UEngine::GetSpriteCategoryIndex

Get the index of the provided sprite category

Windows
MacOS
Linux

Override Hierarchy

UEngine::GetSpriteCategoryIndex()

UUnrealEdEngine::GetSpriteCategoryIndex()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Syntax

virtual int32 GetSpriteCategoryIndex
(
    const FName & InSpriteCategory
)

Remarks

Get the index of the provided sprite category

Returns

Index of the provided sprite category, if possible; INDEX_NONE otherwise

Parameters

Parameter

Description

InSpriteCategory

Sprite category to get the index of

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