IDetailGroup::AddGroup

Adds a group to the category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailGroup.h"

Syntax

IDetailGroup & AddGroup
(
    FName NewGroupName,
    const FText & InLocalizedDisplayName,
    bool bInStartExpanded
)

Remarks

Adds a group to the category

Parameters

Parameter

Description

NewGroupName

The name of the group

LocalizedDisplayName

The display name of the group

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