All my spawns happen at the same position, can't figure out why, possibly due to RootComponent?

I even tried hard-coding the coords, no luck:
GetWorld()->SpawnActor<AFloatingActor>(FVector(10,0,0), Rotation, SpawnInfo); GetWorld()->SpawnActor<AFloatingActor>(FVector(0,10,0), Rotation, SpawnInfo);