How to check if sub levels have finished loading

I’m using streaming level in my project. The problem is, the ‘Completed’ exec node fires before all meshes/actors are loaded so I don’t know (for example) when to turn loading screen off, so when I turn it off too early, the player can walk off the map because landscape is still loading in.