Navigation
API > API/Plugins > API/Plugins/ScribbleEditor
| Name | FScribbleEdGraphCommands |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/Scribble/Source/ScribbleEditor/Public/ScribbleEdGraphCommands.h |
| Include Path | #include "ScribbleEdGraphCommands.h" |
Syntax
class FScribbleEdGraphCommands : public TCommands< FScribbleEdGraphCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FScribbleEdGraphCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScribbleEdGraphCommands() |
ScribbleEdGraphCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BrushTool | TSharedPtr< FUICommandInfo > | Enables / disables the brush tool | ScribbleEdGraphCommands.h | |
| DeleteSelection | TSharedPtr< FUICommandInfo > | Delete the selected nodes in the graph | ScribbleEdGraphCommands.h | |
| FrameSelection | TSharedPtr< FUICommandInfo > | Frames the selection in the graph | ScribbleEdGraphCommands.h | |
| GroupSelection | TSharedPtr< FUICommandInfo > | Groups the selection in the graph | ScribbleEdGraphCommands.h | |
| SelectAll | TSharedPtr< FUICommandInfo > | Select all scribble elements | ScribbleEdGraphCommands.h | |
| SelectionTool | TSharedPtr< FUICommandInfo > | Enables / disables the select tool | ScribbleEdGraphCommands.h | |
| UngroupSelection | TSharedPtr< FUICommandInfo > | Ungroups the selection in the graph | ScribbleEdGraphCommands.h |
Functions
Public
Public Virtual
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands | ScribbleEdGraphCommands.h |