Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCustomNodeBuilder
- IDetailCustomNodeBuilder::GenerateHeaderRowContent()
- FDetailArrayBuilder::GenerateHeaderRowContent()
- FMaterialList::GenerateHeaderRowContent()
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailCustomNodeBuilder.h |
| Include | #include "IDetailCustomNodeBuilder.h" |
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 |