Navigation
API > API/Plugins > API/Plugins/StructUtils
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/PropertyBag.h |
| Include | #include "PropertyBag.h" |
Syntax
USTRUCT&40;&41;
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. | |
| TArray< FPropertyBagPropertyDescMetaData > | MetaData | Editor-only meta data 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 () |