The Line GetWorld()->SpawnActor(ProjectiileBlueprint, Location, Rotation)); Should be: GetWorld()->SpawnActor(ProjectiileBlueprint, Location, Rotation);
There’s superfluous ) at the end. In the test.
Privacy & Terms