How to move actor from level to another level or How to spawn actor on specific level?

I have several levels and dynamic generation. How to distribute actors between levels.

You can use Get Current Level Name node to see which level is currently loaded then compare the level name with the one the actor is supposed to spawn in.

Generation function located at Main Level. When trying to load a child level for spawn happening crush. How to do it for multileveling?