UEnum::LookupEnumName

Searches the list of all enum value names for the specified name

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

static int64 LookupEnumName
(
    FName TestName,
    UEnum ** FoundEnum
)

Remarks

Searches the list of all enum value names for the specified name

Returns

the value the specified name represents if found, otherwise INDEX_NONE

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