Global Map Phase

Just answering my own question:

The first way that comes to mind is to use a delay loop in the level blueprint that uses a Blueprint Interface that hollers every X seconds to anything that’s listening. Then you could create a parent class of blueprints that contains the associated interface through class defaults, and listens for the BPI to holler and triggers a function. Thanks, me, you’re the best!