Navigation
API > API/Plugins > API/Plugins/StructUtilsEditor
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FInstancedStructDetails
References
| Module | StructUtilsEditor |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEditor/Public/InstancedStructDetails.h |
| Include | #include "InstancedStructDetails.h" |
Syntax
class FInstancedStructDetails : public IPropertyTypeCustomization
Remarks
Type customization for FInstancedStruct.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 |
Typedefs
| Name | Description |
|---|---|
| FReplacementObjectMap |