Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum > API/Runtime/CoreUObject/UObject/UEnum/GetValueOrBitfieldAsString
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
template<typename EnumType, std::enable_if_t<(TIsEnum< EnumType >::Value), int >>
static FString GetValueOrBitfieldAsString
&40;
const EnumType EnumeratorValue
&41;
a string representing the combination of set bits in the bitfield or, if not a bitfield/flags enumeration, 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. |