Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyBagArrayRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult SetValueSoftPath
(
const int32 Index, |
StructUtils/PropertyBag.h | ||
EPropertyBagResult SetValueSoftPath
(
const int32 Index, |
StructUtils/PropertyBag.h |
SetValueSoftPath(const int32, const FSoftObjectPath &)
| Name | SetValueSoftPath |
| 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 SetValueSoftPath
(
const int32 Index,
const FSoftObjectPath & InValue
)
SetValueSoftPath(const int32, const UObject *)
| Name | SetValueSoftPath |
| 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 SetValueSoftPath
(
const int32 Index,
const UObject * InValue
)