Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include | #include "StructUtils/PropertyBag.h" |
Syntax
USTRUCT ()
struct FPropertyBagPropertyDesc
Remarks
Describes a property in the property bag.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FProperty * | CachedProperty | Cached property pointer, set in UPropertyBag::GetOrCreateFromDescs. | |
| FPropertyBagContainerTypes | ContainerTypes | Type of the container described by this property. | |
| FGuid | ID | Unique ID for this property. Used as main identifier when copying values over. | |
| TObjectPtr< class UClass > | MetaClass | Editor-only meta class for IClassViewer | |
| TArray< FPropertyBagPropertyDescMetaData > | MetaData | Editor-only metadata for CachedProperty | |
| FName | Name | Name for the property. | |
| EPropertyBagPropertyType | ValueType | Type of the value described by this property. | |
| TObjectPtr< const UObject > | ValueTypeObject | Pointer to object that defines the Enum, Struct, or Class. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyBagPropertyDesc
(
const FName InName, |
|||
FPropertyBagPropertyDesc
(
const FName InName, |
|||
FPropertyBagPropertyDesc
(
const FName InName, |
|||
FPropertyBagPropertyDesc
(
const FName InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CompatibleType
(
const FPropertyBagPropertyDesc& Other |
||
| bool | IsClassType () |
||
| bool | |||
| bool | |||
| bool | IsObjectType () |
||
| bool |