Infinite script recursion (250 calls) detected - how to bypass it?

Engine protect the BP vm with recurse limit to prevent the Editor process to be terminated accidentally. With desktop platform, it’s set to 250 with the recursion limit. If you got a source engine version, you can enlarge it as your own responsibility while you know what it may happen. Check ScriptCore.cpp and change RECURSE_LIMIT to a acceptable value your recursive function may achieve.