Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore > API/Plugins/UserToolBoxCore/Editor > API/Plugins/UserToolBoxCore/Editor/SCommandWidget
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SCommandWidget::FArguments
References
| Module | UserToolBoxCore |
| Header | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/Editor/SCommandWithOptionsWidget.h |
| Include | #include "Editor/SCommandWithOptionsWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCommandWidget >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | Command
(
const TAttribute< UUTBBaseCommand* >& InAttribute |
Sets the text content for this editable text widget | |
| WidgetArgsType & | Editor
(
const TAttribute< TSharedPtr< FUTBTabEditor > >& InAttribute |
||
| WidgetArgsType & | IndexInSection
(
const TAttribute< int >& InAttribute |
||
| WidgetArgsType & | OnCommandChanged
(
const FOnCommandChanged& InDelegate |
||
| WidgetArgsType & | OnCommandDeleted
(
const FOnCommandDeleted& InDelegate |
||
| WidgetArgsType & | OnCommandSelected
(
const FOnCommandSelected& InDelegate |
||
| WidgetArgsType & | OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
||
| WidgetArgsType & | OnDropCommand
(
const FOnDropCommand& InDelegate |
||
| WidgetArgsType & | OnTabChanged
(
const FOnTabChangedNotify& InDelegate |
||
| WidgetArgsType & | SectionName
(
const TAttribute< FString >& InAttribute |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |