Quiz Question Asks which is right, and all have errors

The Line
GetWorld()->SpawnActor(ProjectiileBlueprint, Location, Rotation));
Should be:
GetWorld()->SpawnActor(ProjectiileBlueprint, Location, Rotation);

There’s superfluous ) at the end. In the test.

1 Like

Privacy & Terms