You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you make a cyclical graph (a parent having a reference to a children and this children to their parent) you have a infinite loop on UEdGraph_GenericGraph::SortNodes after call UEdGraph_GenericGraph::RebuildGenericGraph.
The issue is that CurrLevelNodes never is empty because the parent finds the children and the children to the parent
The text was updated successfully, but these errors were encountered:
If you make a cyclical graph (a parent having a reference to a children and this children to their parent) you have a infinite loop on UEdGraph_GenericGraph::SortNodes after call UEdGraph_GenericGraph::RebuildGenericGraph.
The issue is that CurrLevelNodes never is empty because the parent finds the children and the children to the parent
The text was updated successfully, but these errors were encountered: