Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMInvokeEntryNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMInvokeEntryNode.h |
| Include | #include "RigVMModel/Nodes/RigVMInvokeEntryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URigVMInvokeEntryNode : public URigVMNode
Remarks
The Invoke Entry Node is used to invoke another entry from the the currently running entry.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetEntryName () |
Returns the name of the entry to run. |
Overridden from URigVMNode
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetNodeColor () |
Override of node title. | |
| FString | GetNodeTitle () |
Override of node title. | |
| bool | Returns true if the node is defined as non-varying. |
Constants
| Name | Description |
|---|---|
| EntryName |