Getting the position of ActorA and passing it to ActorB?

  • in the CNT actor, create an actor variable of CAR type, flag it as Instance Editable
  • select the CNT actor in the scene, in the details panel pick which CAR instance the variable should point at
  • have this script inside the CNT actor instead
  • but instead of Get Actor Location (self), Get CAR → Get Actor Location

1 Like