move every actor except motion controllers?

Is there an easy way to move (set location of) every actor in the world except the motion controllers?

I have a standard VR blueprint pawn, and I tried setworldlocation of the camera, and it moves everything as expected…
Including my motion controller actors, but that’s bad because it means they are no longer centered around my HMD… I want to move everything except the motion controllers. I realize I could iterate each actor in the world an set their locations one at a time (offset by a delta), but this is kind of insane.

The solution was to SetActorLocation