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