Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FMaterialList
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 → FMaterialList::GenerateHeaderRowContent
| Name | GenerateHeaderRowContent |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/MaterialList.h |
| Include Path | #include "MaterialList.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/MaterialList.cpp |
virtual void GenerateHeaderRowContent
(
FDetailWidgetRow & NodeRow
)
Parameters
| Name | Remarks |
|---|---|
| NodeRow | The row to put content in |