Like I said in the other post, you cannot
The only way you can talk to actors in a level, is to have the level actually loaded.
Also, it is possible to send information to the level BP ( of the loaded level ) in some circumstances, but it’s MUCH easier to put your level BP code in a BP actor in the level. Then you CAN talk to it easily from other actors.