Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/SResetToDefaultMenu
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SResetToDefaultMenu::FArguments
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/SResetToDefaultMenu.h |
| Include | #include "SResetToDefaultMenu.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SResetToDefaultMenu >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | DiffersFromDefault
(
const TAttribute< bool >& InAttribute |
Attribute used to determine whether we are different from the default. | |
| WidgetArgsType & | OnGetResetToDefaultText
(
FOnGetResetToDefaultText InArg |
Delegate used to get the text to display when resetting our value - only used when we don't have a property handle | |
| WidgetArgsType & | OnResetToDefault
(
FSimpleDelegate InArg |
Delegate fired when we reset to default - only used when we don't have a property handle | |
| WidgetArgsType & | VisibilityWhenDefault
(
EVisibility InArg |
The visibility of this widget when the value is default and the reset to default option does need to be shown |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |