UEnum::LookupEnumNameSlow

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

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

static int64 LookupEnumNameSlow
(
    const TCHAR * InTestShortName,
    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