URigVMGraph::FindNode

Returns a Node given its path (or nullptr).

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMGraph.h

Include

#include "RigVMModel/RigVMGraph.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/RigVMGraph.cpp

Syntax

URigVMNode * FindNode
(
    const FString & InNodePath
) const

Remarks

Returns a Node given its path (or nullptr). (for now this is the same as finding a node by its name.)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss