Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMGraph
Description
Returns a Node given its path (or nullptr). (for now this is the same as finding a node by its name.)
| Name | FindNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMGraph.h |
| Include Path | #include "RigVMModel/RigVMGraph.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMGraph.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMGraph)
URigVMNode * FindNode
(
const FString & InNodePath
) const