Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMEditorGraphExplorerCommands |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorGraphExplorer.h |
| Include Path | #include "Widgets/SRigVMEditorGraphExplorer.h" |
Syntax
class FRigVMEditorGraphExplorerCommands : public TCommands< FRigVMEditorGraphExplorerCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FRigVMEditorGraphExplorerCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMEditorGraphExplorerCommands() |
Widgets/SRigVMEditorGraphExplorer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddFunctionVariant | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| CreateFunction | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| CreateGraph | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| CreateLocalVariable | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| CreateVariable | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| OpenGraph | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| OpenGraphInNewTab | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| PasteFunction | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| PasteLocalVariable | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| PasteVariable | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| RemoveUnusedFunctions | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h | ||
| RemoveUnusedVariables | TSharedPtr< FUICommandInfo > | Widgets/SRigVMEditorGraphExplorer.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Widgets/SRigVMEditorGraphExplorer.h |