Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailGroup
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h |
| Include | #include "IDetailGroup.h" |
IDetailGroup & AddGroup
&40;
FName NewGroupName,
const FText & InLocalizedDisplayName,
bool bInStartExpanded
&41;
Remarks
Adds a group to the category
Parameters
| Name | Description |
|---|---|
| NewGroupName | The name of the group |
| LocalizedDisplayName | The display name of the group |
| true | if the group should start expanded |