IDetailGroup

A group in the details panel that can have children

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailGroup.h"

Syntax

class IDetailGroup

Remarks

A group in the details panel that can have children

Destructors

Name Description

Public function Virtual

~IDetailGroup()

Functions

Name Description

Public function

IDetailGroup...

 

AddGroup

(
    FName NewGroupName,
    const FText& InLocalizedDisplayNam...,
    bool bInStartExpanded
)

Adds a group to the category

Public function

IDetailPrope...

 

AddPropertyRow

(
    TSharedRef< IPropertyHandle > Prope...
)

Adds a new row for a property

Public function

FDetailWidge...

 

AddWidgetRow()

Adds a new row for custom widgets *

Public function

void

 

EnableReset

(
    bool InValue
)

Permit resetting the properties in this group

Public function Const

TSharedPtr< ...

 

FindPropertyRow

(
    TSharedRef< IPropertyHandle > Prope...
)

Return the property row associated with the specified property handle

Public function Const

bool

 

GetExpansionState()

Gets the current state of expansion for the group

Public function Const

FName

 

GetGroupName()

Return the name associated with this group

Public function

FDetailGroup...

 

GetOnDetailGroupReset()

Return the delegate called when user press the Group Reset ui

Public function

IDetailPrope...

 

HeaderProperty

(
    TSharedRef< IPropertyHandle > Prope...
)

Adds a property as the groups header

Public function

FDetailWidge...

 

HeaderRow()

Makes a custom row for the groups header

Public function

void

 

ToggleExpansion

(
    bool bExpand
)

Toggles expansion on the group

Typedefs

Name

Description

FDetailGroupReset

Delegate called when user press the Group Reset ui

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