Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- TSharedFromThis< IPropertyTypeCustomization >
- IPropertyTypeCustomization
- IStructCustomization
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h |
| Include | #include "IPropertyTypeCustomization.h" |
Syntax
class IStructCustomization : public IPropertyTypeCustomization
Remarks
Deprecated IStructCustomization interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeStructChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
Called when the children of the struct should be customized | |
| void | CustomizeStructHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
Called when the header of the struct (usually where the name of the struct and information about the struct as a whole is added) If nothing is added to the row, the header is not displayed |
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 > PropertyHandle, |
Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed |