How to reset the location of an actor? (Did work, now won't!)

Just trying to rule everything out, i know you can obviously move the balls but can you check to make sure the ball objects are not static or stationary, but that they are indeed moveable? Outside of that, I’m not seeing where the issue could be. If you are setting the location vectors to the map layout location, then in game moveing the balls, then resetting them and they aren’t moving, then I’d say it’s:

  1. The location vectors aren’t correct
  2. The ball is immovable (doesn’t make sense)
  3. There is something overwriting your location vectors at some point,k bringing the issue back to #1