Hi!.
I know how to set position with SetActorLocation but it works with FVector and i know how to get the FVector3d position with GetTransform().GetLocation() .
But how can i set a position with FVector3d,without the float limit? I would like to use double for long distances. Thanks
#position UE5