How Reference Sublevel Actor

Like I said in the other post, you cannot :slight_smile:

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.

1 Like