How to Cast an actor from another actor

Technically it’s not a bad idea to glue actors together using the LB and dispatchers. Have a look at his example:

image

In this thread:


Sometimes you may want actors to talk without them knowing about one another. Avoiding direct hard references can be beneficial. Imagine what happens if one of the actors gets destroyed, for example - the editor will throw errors at you again.

Using the above method would avoid that.