How Can You Scale Multiple Actors at Once Properly?

Hey Gomo, thanks for the response. We actually reached the same conclusion in the end. Still wish this was easier, but good to know there is a work around. For others with the same problem, these are the exact steps we used:

  1. Drag an “Empty Actor” to the scene.
  2. Set its location to 0, 0, 0
  3. Click “DefaultSceneRoot” in the Details tab. Set “Mobility” to “Static”
  4. Drag and drop everything else (except your Player) inside of it. Unfortunately folders aren’t supported.
  5. Set its scale to resize the rest (you are multiplying all of your other objects’ scale by the amounts you put in)
  6. Reposition the Player to where it should be. Voila!
16 Likes