Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRigVMGraphParameterDescription | The parameter description is used to convey information about unique parameters within a Graph. | ||
| FRigVMTemplatePreferredType | |||
| UDEPRECATED_RigVMArrayNode | The Array Node represents one of a series available array operations such as SetNum, GetAtIndex etc. | ||
| UDEPRECATED_RigVMBranchNode | A branch node is used to branch between two blocks of execution | ||
| UDEPRECATED_RigVMIfNode | A if node is used to pick between two values | ||
| UDEPRECATED_RigVMSelectNode | A select node is used to select between multiple values | ||
| URigVMAggregateNode | The Aggregate Node contains a subgraph of nodes with aggregate pins (2in+1out or 1out+2in) connected to each other. | ||
| URigVMCollapseNode | The Collapse Node is a library node which stores the function and its nodes directly within the node itself. | ||
| URigVMCommentNode | Comment Nodes can be used to annotate a Graph by adding colored grouping as well as user provided text. | ||
| URigVMDispatchNode | The Struct Node represents a Function Invocation of a RIGVM_METHOD declared on a USTRUCT. | ||
| URigVMEnumNode | The Enum Node represents a constant enum value for use within the graph. | ||
| URigVMFunctionEntryNode | The Function Entry node is used to provide access to the input pins of the library node for links within. | ||
| URigVMFunctionReferenceNode | The Function Reference Node is a library node which references a library node from a separate function library graph. | ||
| URigVMFunctionReturnNode | The Function Return node is used to provide access to the output pins of the library node for links within. | ||
| URigVMInvokeEntryNode | The Invoke Entry Node is used to invoke another entry from the the currently running entry. | ||
| URigVMLibraryNode | The Library Node represents a function invocation of a function specified somewhere else. | ||
| URigVMParameterNode | The Parameter Node represents an input or output argument / parameter of the Function / Graph. | ||
| URigVMRerouteNode | A reroute node is used to visually improve the data flow within a Graph. | ||
| URigVMTemplateNode | The Template Node represents an unresolved function. | ||
| URigVMUnitNode | The Struct Node represents a Function Invocation of a RIGVM_METHOD declared on a USTRUCT. | ||
| URigVMVariableNode | The Variable Node represents a mutable value / local state within the the Function / Graph. |