GetStaticEnum

Either call the passed in singleton, or if this is hot reload, find the existing enum

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBase.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp

Syntax

UEnum * GetStaticEnum
(
    class UEnum *(*)() InRegister,
    UObject * EnumOuter,
    const TCHAR * EnumName
)

Remarks

Either call the passed in singleton, or if this is hot reload, find the existing enum

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