Navigation
Unreal Engine C++ API Reference > Editor > PropertyEditor > IPropertyTypeCustomization
- IPropertyTypeCustomization::CustomizeHeader()
- IStructCustomization::CustomizeHeader()
References
Module | PropertyEditor |
Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h |
Include | #include "IPropertyTypeCustomization.h" |
void CustomizeHeader
(
TSharedRef< IPropertyHandle > PropertyHandle,
FDetailWidgetRow & HeaderRow,
IPropertyTypeCustomizationUtils & CustomizationUtils
)
Remarks
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
Parameters
Name | Description |
---|---|
PropertyHandle | Handle to the property being customized |
HeaderRow | A row that widgets can be added to |
StructCustomizationUtils | Utilities for customization |