Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | SButtonCommandWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/Editor/SCommandWithOptionsWidget.h |
| Include Path | #include "Editor/SCommandWithOptionsWidget.h" |
Syntax
class SButtonCommandWidget : public SButton
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SButton → SButtonCommandWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SButton → SButtonCommandWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SButtonCommandWidget() |
Editor/SCommandWithOptionsWidget.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SButtonCommandWidget() |
Editor/SCommandWithOptionsWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Command | TWeakObjectPtr< UUTBBaseCommand > | Editor/SCommandWithOptionsWidget.h | ||
| OnContextMenuOpening | FOnContextMenuOpening | Editor/SCommandWithOptionsWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editor/SCommandWithOptionsWidget.h | ||
virtual FReply OnDragDetected
(
const FGeometry& MyGeometry, |
Editor/SCommandWithOptionsWidget.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Editor/SCommandWithOptionsWidget.h |