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" |
IDetailGroup & AddGroup
&40;
FName GroupName,
const FText & LocalizedDisplayName,
bool bForAdvanced,
bool bStartExpanded
&41;
Remarks
Adds a group to the category
Parameters
| Name | Description |
|---|---|
| GroupName | The name of the group |
| LocalizedDisplayName | The display name of the group |
| true | if the group should appear in the advanced section of the category |
| true | if the group should start expanded |