Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyBagArrayRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult SetValueEnum
(
const int32 Index, |
Sets enum value specified type. | StructUtils/PropertyBag.h | |
EPropertyBagResult SetValueEnum
(
const int32 Index, |
StructUtils/PropertyBag.h |
SetValueEnum(const int32, const T)
Description
Sets enum value specified type.
| Name | SetValueEnum |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
template<typename T>
EPropertyBagResult SetValueEnum
(
const int32 Index,
const T InValue
)
SetValueEnum(const int32, const uint8, const UEnum *)
| Name | SetValueEnum |
| 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 |
EPropertyBagResult SetValueEnum
(
const int32 Index,
const uint8 InValue,
const UEnum * Enum
)