SetActorLocation is not instant 4.11

Keep in mind that you are setting the new location on tick. As you move, the cube’s location will update on the following tick after it registers the change in location. If you place the cube at the world origin (0,0,0) and use SetActorLocation on a keypress to another location (100,100,100) the cube should move instantly.