Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< bool, EPropertyBagResult > GetValueBool
(
const FName Name |
Getters Numeric types (bool, (u)int32, (u)int64, float, double) support type conversion. | StructUtils/PropertyBag.h | |
TValueOrError< bool, EPropertyBagResult > GetValueBool
(
const FPropertyBagPropertyDesc& Desc |
StructUtils/PropertyBag.h |
GetValueBool(const FName)
Description
Getters Numeric types (bool, (u)int32, (u)int64, float, double) support type conversion.
| Name | GetValueBool |
| 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 < bool, EPropertyBagResult > GetValueBool
(
const FName Name
) const
GetValueBool(const FPropertyBagPropertyDesc &)
| Name | GetValueBool |
| 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 < bool, EPropertyBagResult > GetValueBool
(
const FPropertyBagPropertyDesc & Desc
) const