Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include | #include "DetailCategoryBuilder.h" |
IDetailCategoryBuilder & HeaderContent
(
TSharedRef< SWidget > InHeaderContent,
bool bWholeRowContent
)
Remarks
Adds header content to the category
Parameters
| Name | Description |
|---|---|
| InHeaderContent | The header content widget |
| bWholeRowContent | The header content should span the whole row (hides category name) |