Navigation
API > API/Developer > API/Developer/ToolWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNegativeActionButton
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SNegativeActionButton.h |
| Include | #include "SNegativeActionButton.h" |
Syntax
class SNegativeActionButton : public SCompoundWidget
Remarks
A Button that is used to call out/highlight a negative option (Warnings or Errors like Force Delete). It can also be used to open a menu.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | SetIsMenuOpen
(
bool bIsOpen, |
||
| void | SetMenuContentWidgetToFocus
(
TWeakPtr< SWidget > Widget |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |