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