Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum
| Type | Name | Description | |
|---|---|---|---|
| FString | GetValueOrBitfieldAsString
(
const EnumType EnumeratorValue |
||
| FString | GetValueOrBitfieldAsString
(
const TEnumAsByte< EnumType > EnumeratorValue |
TEnumAsByte produces a warning if you use it with EnumClass, so this UE_REQUIRES keeps this overload from being matched in that case | |
| FString | GetValueOrBitfieldAsString
(
const IntegralType EnumeratorValue |
||
| FString | GetValueOrBitfieldAsString
(
int64 InValue |
If the enumeration is declared as UENUM(Flags), returns a string of the form A | B | C representing set bits A, B, and C. | |
| FString | GetValueOrBitfieldAsString
(
const TCHAR* EnumPath, |
||
| FString | GetValueOrBitfieldAsString
(
const TCHAR* EnumPath, |
||
| void | GetValueOrBitfieldAsString
(
const EnumType EnumeratorValue, |
||
| void | GetValueOrBitfieldAsString
(
const IntegralType EnumeratorValue, |
||
| void | GetValueOrBitfieldAsString
(
const TCHAR* EnumPath, |