cristiangj
Results
1
comments of
cristiangj
Quick fix to be able to work with cyclical references (adding AlreadyVisitedNodes registry to avoid Children access to their parents): ` void UEdGraph_GenericGraph::SortNodes(UGenericGraphNode* RootNode) { int Level = 0; TArray...