Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMNode.h |
| Include | #include "RigVMModel/RigVMNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMNode.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMNode)
FString GetNodePath
(
bool bRecursive
) const
Remarks
Returns the a . separated string containing all of the names used to reach this Node within the Graph. (for now this is the same as the Node's name)