Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailArrayBuilder
- IDetailCustomNodeBuilder::GenerateHeaderRowContent()
- FDetailArrayBuilder::GenerateHeaderRowContent()
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
virtual void GenerateHeaderRowContent
(
FDetailWidgetRow & NodeRow
)
Remarks
Called to generate content in the header of this node ( the actual node content ). Only called if HasHeaderRow is true
Parameters
| Name | Description |
|---|---|
| NodeRow | The row to put content in |