Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SResetToDefaultMenu
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/SResetToDefaultMenu.h |
| Include | #include "SResetToDefaultMenu.h" |
Syntax
class SResetToDefaultMenu : public SCompoundWidget
Remarks
Displays a reset to default menu for a set of properties Will hide itself automatically when all of the properties being observed are already at their default values
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddProperty
(
TSharedRef< class IPropertyHandle > InProperty |
Adds a new property to the menu that is displayed when a user clicks the reset to default button | |
| void | Construct
(
const FArguments& InArgs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |