Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMExecutionStackCommands |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMExecutionStackCommands.h |
| Include Path | #include "Editor/RigVMExecutionStackCommands.h" |
Syntax
class FRigVMExecutionStackCommands : public TCommands< FRigVMExecutionStackCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FRigVMExecutionStackCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExecutionStackCommands() |
Editor/RigVMExecutionStackCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FocusOnSelection | TSharedPtr< FUICommandInfo > | Focuses on a selected operator's node | Editor/RigVMExecutionStackCommands.h | |
| GoToInstruction | TSharedPtr< FUICommandInfo > | Looks for a specific instruction by index and brings it into focus | Editor/RigVMExecutionStackCommands.h | |
| SelectTargetInstructions | TSharedPtr< FUICommandInfo > | Selects the target instruction(s) of an instruction | Editor/RigVMExecutionStackCommands.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands | Editor/RigVMExecutionStackCommands.h |