Move actor without triggering any triggers on the way?

Bit of a necro post but I found this post after having the same issue and I found a fix.

I made the SetActorLocation() (which was moving the character every tick) to have a Z value far above the floor where the trigger box was, so essentially it hovers in the air while the player moves it and avoids all the trigger boxes.