Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< int32, EPropertyBagResult > GetValueInt32
(
const FName Name |
StructUtils/PropertyBag.h | ||
TValueOrError< int32, EPropertyBagResult > GetValueInt32
(
const FPropertyBagPropertyDesc& Desc |
StructUtils/PropertyBag.h |
GetValueInt32(const FName)
| Name | GetValueInt32 |
| 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 < int32, EPropertyBagResult > GetValueInt32
(
const FName Name
) const
GetValueInt32(const FPropertyBagPropertyDesc &)
| Name | GetValueInt32 |
| 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 < int32, EPropertyBagResult > GetValueInt32
(
const FPropertyBagPropertyDesc & Desc
) const