Open Level doesn't start level blueprint

Hey @sonicl53!

Chances are, if you’re trying to set this stuff through the level blueprint, the characters themselves aren’t loaded yet so it’s not finding them and moves on. Typically this isn’t something you’d set using the level blueprint, you’d want to set it individually on the characters possibly using exposed variables.

As for debugging, a way you could do so is set a longish (5 or 10 sec) delay on the Level BP before this point, if that works, that’s the issue!

Hope this helps! :slight_smile: