Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Inheritance Hierarchy
- IRigVMEditorSideObject
- URigVMEdGraph
- UControlRigGraph
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include | #include "RigVMModel/RigVMClient.h" |
Syntax
class IRigVMEditorSideObject
Remarks
Interface that allows a UI graph to identify itself against a model graph.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigVMClient * | Returns the corresponding VM graph. | ||
| FString | Returns the nodepath for this UI graph. | ||
| void | HandleRigVMGraphRenamed
(
const FString& InOldNodePath, |
Reacts to renaming the model. |