Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum > API/Runtime/CoreUObject/UObject/UEnum/GetValueAsString
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
template<typename EnumType>
static FString GetValueAsString
&40;
const EnumType EnumeratorValue
&41;
the string associated with the enumerator for the specified enum value for the enum specified by the template type.
Parameters
Name | Description |
---|---|
EnumeratorValue | Enumerator Value. |