Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IStructCustomization
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h |
| Include | #include "IPropertyTypeCustomization.h" |
void CustomizeStructHeader
&40;
TSharedRef< IPropertyHandle > StructPropertyHandle,
class FDetailWidgetRow & HeaderRow,
IStructCustomizationUtils & StructCustomizationUtils
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| StructPropertyHandle | Handle to the struct property |
| HeaderRow | A row that widgets can be added to |
| StructCustomizationUtils | Utilities for struct customization |