Navigation
API > API/Developer > API/Developer/ToolWidgets
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.
| Name | SNegativeActionButton |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SNegativeActionButton.h |
| Include Path | #include "SNegativeActionButton.h" |
Syntax
class SNegativeActionButton :
public SCompoundWidget ,
public IActionButton
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNegativeActionButton
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNegativeActionButton
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SNegativeActionButton() |
SNegativeActionButton.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionButton | TSharedPtr< SActionButton > | SNegativeActionButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SNegativeActionButton.h |
Overridden from IActionButton
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetIsMenuOpen
(
bool bInIsOpen, |
SNegativeActionButton.h | ||
| SNegativeActionButton.h |