Actor location being overwritten

What is the actor’s root component? if it’s not the component that is set to simulate physics, Set Actor Location won’t work as you intended. Well it will work, and the root (whether it was a Scene or anything else) changes location but the component that is simulating physics will stay in its place relative to it. Set the root to the component that is simulating physics and it will work as you want it to.