Navigation
API > API/Plugins > API/Plugins/EditorDebugTools
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FEditorDebugToolsCommands
References
| Module | EditorDebugTools |
| Header | /Engine/Plugins/Editor/EditorDebugTools/Source/EditorDebugTools/Public/EditorDebugToolsCommands.h |
| Include | #include "EditorDebugToolsCommands.h" |
Syntax
class FEditorDebugToolsCommands : public TCommands< FEditorDebugToolsCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | OpenPluginWindow |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |