Move actors in a level when hit

Consider the following:

  • I have this actor with variables that indicate the move to locations:

  • we can manipulate those vectors in the editor with gizmos:

  • in the same actor, there’s script that keeps track of the locations and moves the mesh around:

  • the result:

Would that work for you?