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