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