Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMTemplateNode
- URigVMFunctionEntryNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMFunctionEntryNode.h |
| Include | #include "RigVMModel/Nodes/RigVMFunctionEntryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URigVMFunctionEntryNode : public URigVMTemplateNode
Remarks
The Function Entry node is used to provide access to the input pins of the library node for links within.
Overridden from URigVMTemplateNode
| Type | Name | Description | |
|---|---|---|---|
| FName | GetNotation () |
Returns the notation of the node. | |
| UScriptStruct * | Override template node functions. | ||
| const FRigVMTemplate * | GetTemplate () |
Returns the template used for this node |
Overridden from URigVMNode
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetNodeColor () |
Override node functions. | |
| FString | GetNodeTitle () |
Returns the title of this Node - used for UI. | |
| uint32 | |||
| FText | Returns the tooltip of this node. | ||
| FText | GetToolTipTextForPin
(
const URigVMPin* InPin |
||
| bool | Returns true if the node is defined as non-varying. |