Name |
Description |
|
---|---|---|
|
FRigVMGraphParameterDescription |
The parameter description is used to convey information about unique parameters within a Graph. |
|
URigVMArrayNode |
The Array Node represents one of a series available array operations such as SetNum, GetAtIndex etc. |
|
URigVMBranchNode |
A branch node is used to branch between two blocks of execution |
|
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. |
|
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. |
|
URigVMIfNode |
A if node is used to pick between two values |
|
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. |
|
URigVMPrototypeNode |
The Prototype Node represents an unresolved function. |
|
URigVMRerouteNode |
A reroute node is used to visually improve the data flow within a Graph. |
|
URigVMSelectNode |
A select node is used to select between multiple values |
|
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. |