Getting the position of ActorA and passing it to ActorB?

  1. this is a widget
  2. to make actors instances talk, you need to know:
  • where they are
  • what they are (just regular Actors?)
  • when they need to talk
  • why they need to talk
  • how they make it into the game

Communication is circumstantial, how to do it depends on what is going on.


If you prefer to crack it on your own:

1 Like