Spawn Actor from Class?

well, to correct you based on the question without making a new answer it would be :

UClass* MyClassToSpawn;
GetWorld()->SpawnActor(MyClassToSpawn,Location, Rotation, SpawnInfo);