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