Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< T *, EPropertyBagResult > GetValueStruct
(
const FName Name |
StructUtils/PropertyBag.h | ||
TValueOrError< T *, EPropertyBagResult > GetValueStruct
(
const FPropertyBagPropertyDesc& Desc |
StructUtils/PropertyBag.h | ||
TValueOrError< FStructView, EPropertyBagResult > GetValueStruct
(
const FName Name, |
StructUtils/PropertyBag.h | ||
TValueOrError< FStructView, EPropertyBagResult > GetValueStruct
(
const FPropertyBagPropertyDesc& Desc, |
StructUtils/PropertyBag.h |
GetValueStruct(const FName)
| Name | GetValueStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
template<typename T>
TValueOrError < T *, EPropertyBagResult > GetValueStruct
(
const FName Name
) const
struct reference of specified type.
GetValueStruct(const FPropertyBagPropertyDesc &)
| Name | GetValueStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
template<typename T>
TValueOrError < T *, EPropertyBagResult > GetValueStruct
(
const FPropertyBagPropertyDesc & Desc
) const
struct reference of specified type.
GetValueStruct(const FName, const UScriptStruct *)
| Name | GetValueStruct |
| 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 < FStructView , EPropertyBagResult > GetValueStruct
(
const FName Name,
const UScriptStruct * RequestedStruct
) const
GetValueStruct(const FPropertyBagPropertyDesc &, const UScriptStruct *)
| Name | GetValueStruct |
| 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 < FStructView , EPropertyBagResult > GetValueStruct
(
const FPropertyBagPropertyDesc & Desc,
const UScriptStruct * RequestedStruct
) const