How to check if all actors in a level have loaded (blueprints)?

Sorry, should’ve said level streaming. When a streaming level finished loading.
I’m trying to run code on some of the actors immediately after the level loads completely, for which I need data from other actors.
All actors I’m concerned about are part of the same streaming level.
My game is single player, if that matters.