Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< T *, EPropertyBagResult > GetValueObject
(
const FName Name |
StructUtils/PropertyBag.h | ||
TValueOrError< T *, EPropertyBagResult > GetValueObject
(
const FPropertyBagPropertyDesc& Desc |
StructUtils/PropertyBag.h | ||
TValueOrError< UObject *, EPropertyBagResult > GetValueObject
(
const FName Name, |
StructUtils/PropertyBag.h | ||
TValueOrError< UObject *, EPropertyBagResult > GetValueObject
(
const FPropertyBagPropertyDesc& Desc, |
StructUtils/PropertyBag.h |
GetValueObject(const FName)
| 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 FName Name
) const
object pointer value of specified type.
GetValueObject(const FPropertyBagPropertyDesc &)
| 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 FPropertyBagPropertyDesc & Desc
) const
object pointer value of specified type.
GetValueObject(const FName, 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 FName Name,
const UClass * RequestedClass
) const
GetValueObject(const FPropertyBagPropertyDesc &, 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 FPropertyBagPropertyDesc & Desc,
const UClass * RequestedClass
) const