You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Prior to tunnel¯o expansion, we need to add a step that checks for any cycles with macros. In this case, we simply perform a DFS of macro graph instances. If a cycle is detected, the BP compiler will print the cycle the path and issue an error. Failure to do so will cause the function to continuously add nodes to the source graph as macro instances are discovered, which results in an infinite loop. #jira UE-156275 #rb phillip.kavan #preflight 62c453bab47aed4cf1a25a43 [CL 20945525 by dave jones2 in ue5-main branch]