Navigation
API > API/Developer > API/Developer/ToolWidgets
Class containing commands for dialog actions common to most dialogs
| Name | FDialogCommands |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Dialog/DialogCommands.h |
| Include Path | #include "Dialog/DialogCommands.h" |
Syntax
class FDialogCommands : public TCommands< FDialogCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FDialogCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDialogCommands() |
Dialog/DialogCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Cancel | TSharedPtr< FUICommandInfo > | Trigger the default cancellation action for the current dialog | Dialog/DialogCommands.h | |
| Confirm | TSharedPtr< FUICommandInfo > | Trigger the default confirmation action for the current dialog | Dialog/DialogCommands.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Registers our commands with the binding system | Dialog/DialogCommands.h |