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