How to know if I can move an Actor to NewLocation before calling SetActorLocation(NewLocation)

run some sort of collsion check before moving, since you cube has a static size you could probably do a line trace in the direction you want to move, just remember to ignore self