Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Editor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMEditorMenuContext
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMEditorMenuContext.h |
| Include | #include "Editor/RigVMEditorMenuContext.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URigVMEditorMenuContext : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigVMEditorGraphMenuContext | Returns context for graph node context menu | ||
| URigVMBlueprint * | Get the rigvm blueprint that we are editing | ||
| FRigVMEditor * | |||
| URigVMHost * | GetRigVMHost () |
Get the active rigvm host instance in the viewport | |
| void | Init
(
TWeakPtr< FRigVMEditor > InRigVMEditor, |
Initialize the Context | |
| bool | IsAltDown () |
Returns true if either alt key is down |