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