Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils
Struct of parameters used to create a property in a property bag.
| Name | FPropertyCreationDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingTypes.h |
| Include Path | #include "PropertyBindingTypes.h" |
Syntax
struct FPropertyCreationDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyDesc | FPropertyBagPropertyDesc | Property Bag Description of the Property to Create | PropertyBindingTypes.h | |
| SourceContainerAddress | const void * | Optional: container address of the property to copy | PropertyBindingTypes.h | |
| SourceProperty | const FProperty * | Optional: property to copy into the new created property | PropertyBindingTypes.h |