Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | SCommandWidget |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/Editor/SCommandWithOptionsWidget.h |
| Include Path | #include "Editor/SCommandWithOptionsWidget.h" |
Syntax
class SCommandWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCommandWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCommandWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCommandWidget() |
Editor/SCommandWithOptionsWidget.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SCommandWidget() |
Editor/SCommandWithOptionsWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCommandChanged | TBaseDelegate_ThreeParams< void, UUTBBaseCommand *, FString, int > | Editor/SCommandWithOptionsWidget.h | |
| FOnCommandDeleted | TBaseDelegate_OneParam< void, UUTBBaseCommand * > | Editor/SCommandWithOptionsWidget.h | |
| FOnCommandSelected | TBaseDelegate_OneParam< void, UUTBBaseCommand * > | Editor/SCommandWithOptionsWidget.h | |
| FOnDropCommand | TBaseDelegate_ThreeParams< void, UUTBBaseCommand *, FString, int > | Editor/SCommandWithOptionsWidget.h | |
| FOnTabChangedNotify | TBaseDelegate_OneParam< void, UUserToolBoxBaseTab * > | Editor/SCommandWithOptionsWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Command | TWeakObjectPtr< UUTBBaseCommand > | Editor/SCommandWithOptionsWidget.h | ||
| Editor | TWeakPtr< FUTBTabEditor > | Editor/SCommandWithOptionsWidget.h | ||
| IndexInSection | int | Editor/SCommandWithOptionsWidget.h | ||
| OnCommandChanged | FOnCommandChanged | Editor/SCommandWithOptionsWidget.h | ||
| OnCommandDeleted | FOnCommandDeleted | Editor/SCommandWithOptionsWidget.h | ||
| OnCommandSelected | FOnCommandSelected | Editor/SCommandWithOptionsWidget.h | ||
| OnContextMenuOpening | FOnContextMenuOpening | Editor/SCommandWithOptionsWidget.h | ||
| OnDropCommand | FOnDropCommand | Editor/SCommandWithOptionsWidget.h | ||
| OnTabChanged | FOnTabChangedNotify | Editor/SCommandWithOptionsWidget.h | ||
| SectionName | FString | Editor/SCommandWithOptionsWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editor/SCommandWithOptionsWidget.h | ||
TSharedPtr< SWidget > CreateContextMenu() |
Editor/SCommandWithOptionsWidget.h | ||
virtual FReply OnDragDetected
(
const FGeometry& MyGeometry, |
Editor/SCommandWithOptionsWidget.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Editor/SCommandWithOptionsWidget.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
Editor/SCommandWithOptionsWidget.h | ||
void OnObjectsReplacedCallback
(
const TMap< UObject*, UObject* >& ReplacementMap |
Editor/SCommandWithOptionsWidget.h |