Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- IDetailLayoutRow
- IDetailGroup
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailGroup.h |
| Include | #include "IDetailGroup.h" |
Syntax
class IDetailGroup : public IDetailLayoutRow
Remarks
A group in the details panel that can have children
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDetailGroup & | Adds a group to the category | ||
| IDetailPropertyRow & | AddPropertyRow
(
TSharedRef< IPropertyHandle > PropertyHandle |
Adds a new row for a property | |
| FDetailWidgetRow & | AddWidgetRow () |
Adds a new row for custom widgets * | |
| void | EnableReset
(
bool InValue |
Permit resetting the properties in this group | |
| TSharedPtr< IDetailPropertyRow > | FindPropertyRow
(
TSharedRef< IPropertyHandle > PropertyHandle |
Return the property row associated with the specified property handle | |
| bool | Gets the current state of expansion for the group | ||
| FName | GetGroupName () |
Return the name associated with this group | |
| FDetailGroupReset & | Return the delegate called when user press the Group Reset ui | ||
| IDetailPropertyRow & | HeaderProperty
(
TSharedRef< IPropertyHandle > PropertyHandle |
Adds a property as the groups header | |
| FDetailWidgetRow & | HeaderRow () |
Makes a custom row for the groups header | |
| TSharedPtr< FOnPasteFromText > | Return an optional PasteFromText delegate | ||
| void | SetDisplayMode
(
EDetailGroupDisplayMode Mode |
Specify whether this group should be formatted to display like a subcategory | |
| void | ToggleExpansion
(
bool bExpand |
Toggles expansion on the group |
Typedefs
| Name | Description |
|---|---|
| FDetailGroupReset | Delegate called when user press the Group Reset ui |