Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyBagArrayRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< T, EPropertyBagResult > GetValueEnum
(
const int32 Index |
StructUtils/PropertyBag.h | ||
TValueOrError< uint8, EPropertyBagResult > GetValueEnum
(
const int32 Index, |
StructUtils/PropertyBag.h |
GetValueEnum(const int32)
| Name | GetValueEnum |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
template<typename T>
TValueOrError < T, EPropertyBagResult > GetValueEnum
(
const int32 Index
) const
enum value of specified type.
GetValueEnum(const int32, const UEnum *)
| Name | GetValueEnum |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
TValueOrError < uint8, EPropertyBagResult > GetValueEnum
(
const int32 Index,
const UEnum * RequestedEnum
) const