Access objects and blueprint within Dynamically\Asnyc Loaded Level

Hello!

How do I access objects\blueprints within a level loaded using Load Level Instance BP Node?

Example:
I want to run a loop, which will load a level, find a locator point instide it, and use it’s transform to spawn next level, repeat until the while level is generated.

Thanks!