Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_LinkedAnimGraphBa-
Description
Finds out whether there is a loop in the graph formed by linked instances from CurrNode, used by HasInstanceLoop. VisitedNodes and NodeStack are required to track the graph links VisitedNodes - Node we have searched the links of, so we don't do it twice NodeStack - The currently considered chain of nodes. If a loop is detected this will contain the chain that causes the loop
| Name | HasInstanceLoop_Recursive |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_LinkedAnimGraphBase.h |
| Include Path | #include "AnimGraphNode_LinkedAnimGraphBase.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LinkedAnimGraphBase.cpp |
static bool HasInstanceLoop_Recursive
(
UAnimGraphNode_LinkedAnimGraphBase * CurrNode,
TArray < FGuid > & VisitedNodes,
TArray < FGuid > & NodeStack
)