Navigation
API > API/Plugins > API/Plugins/StructUtilsEditor
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FPropertyBagDetails
References
| Module | StructUtilsEditor |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include | #include "PropertyBagDetails.h" |
Syntax
class FPropertyBagDetails : public IPropertyTypeCustomization
Remarks
Type customization for FInstancedPropertyBag.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | MakeAddPropertyWidget
(
TSharedPtr< IPropertyHandle > InStructProperty, |
Creates add property widget. | |
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Makes a new instance of this detail layout class for a specific detail view requesting it |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface |