So when we declare this method
void SetBarrelReference(UStaticMeshComponent* BarrelToSet);
are we creating the BarrelToSet-pointer at this time?
What exactly is happening when we take in parameters in our methods like this? Somehow I have come to this point in the course and not understand this.