Navigation
API > API/Editor > API/Editor/PropertyEditor
A group in the details panel that can have children
| Name | IDetailGroup |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h |
| Include Path | #include "IDetailGroup.h" |
Syntax
class IDetailGroup : public IDetailLayoutRow
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDetailGroup() |
IDetailGroup.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDetailGroupReset | TMulticastDelegate_NoParams< void > | Delegate called when user press the Group Reset ui | IDetailGroup.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IDetailPropertyRow & AddExternalObjectProperty
(
const TArray< UObject* >& Objects, |
Adds a new row for an external property | IDetailGroup.h | |
IDetailGroup & AddGroup
(
FName NewGroupName, |
Adds a group to the category | IDetailGroup.h | |
IDetailPropertyRow & AddPropertyRow
(
TSharedRef< IPropertyHandle > PropertyHandle |
Adds a new row for a property | IDetailGroup.h | |
FDetailWidgetRow & AddWidgetRow() |
Adds a new row for custom widgets * | IDetailGroup.h | |
void EnableReset
(
bool InValue |
Permit resetting the properties in this group | IDetailGroup.h | |
TSharedPtr< IDetailPropertyRow > FindPropertyRow
(
TSharedRef< IPropertyHandle > PropertyHandle |
Return the property row associated with the specified property handle | IDetailGroup.h | |
bool GetExpansionState() |
Gets the current state of expansion for the group | IDetailGroup.h | |
FName GetGroupName() |
Return the name associated with this group | IDetailGroup.h | |
FDetailGroupReset & GetOnDetailGroupReset() |
Return the delegate called when user press the Group Reset ui | IDetailGroup.h | |
| Gets the localized tooltip for this group. | IDetailGroup.h | ||
IDetailPropertyRow & HeaderProperty
(
TSharedRef< IPropertyHandle > PropertyHandle |
Adds a property as the groups header | IDetailGroup.h | |
FDetailWidgetRow & HeaderRow() |
Makes a custom row for the groups header | IDetailGroup.h | |
virtual TSharedPtr< FOnCopyToText > OnCopyToText() |
Return an optional CopyToText delegate | IDetailGroup.h | |
virtual TSharedPtr< FOnPasteFromText > OnPasteFromText() |
Return an optional PasteFromText delegate | IDetailGroup.h | |
void SetDisplayMode
(
EDetailGroupDisplayMode Mode |
Specify whether this group should be formatted to display like a subcategory | IDetailGroup.h | |
void SetToolTip
(
const FText& ToolTip |
Sets the localized tooltip for this group. | IDetailGroup.h | |
void ToggleExpansion
(
bool bExpand |
Toggles expansion on the group | IDetailGroup.h |