Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
The Function Return node is used to provide access to the output pins of the library node for links within.
| Name | URigVMFunctionReturnNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMFunctionReturnNode.h |
| Include Path | #include "RigVMModel/Nodes/RigVMFunctionReturnNode.h" |
Syntax
UCLASS (BlueprintType)
class URigVMFunctionReturnNode : public URigVMFunctionInterfaceNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMNode → URigVMTemplateNode → URigVMFunctionInterfaceNode → URigVMFunctionReturnNode
Functions
Public
Overridden from URigVMTemplateNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetNotation() |
Returns the notation of the node. | RigVMModel/Nodes/RigVMFunctionReturnNode.h | |
virtual UScriptStruct * GetScriptStruct() |
Override template node functions. | RigVMModel/Nodes/RigVMFunctionReturnNode.h | |
virtual const FRigVMTemplate * GetTemplate() |
Returns the template used for this node | RigVMModel/Nodes/RigVMFunctionReturnNode.h |
Overridden from URigVMNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetNodeTitle() |
Returns the title of this Node - used for UI. | RigVMModel/Nodes/RigVMFunctionReturnNode.h |