The problem with the tank physics going crazy when spawning after hitting play on the menu.
Instead of changing the collision like Ben did, do this instead:
Ben didnt think of this one; simply by defaulting simulate physics to false, then adding a unnoticeable delay before enabling it, the tanks placed in the level spawn just fine. You could do this in c++ too ofcourse, but this is a simple blueprint solution.