IDetailCategoryBuilder::AddGroup

Adds a group to the category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h

Include

#include "DetailCategoryBuilder.h"

Syntax

IDetailGroup & AddGroup
(
    FName GroupName,
    const FText & LocalizedDisplayName,
    bool bForAdvanced,
    bool bStartExpanded
)

Remarks

Adds a group to the category

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss