Referencing a component from another blueprint

If I want a reference to say the camera component of a player blueprint to determine the initial velocity of a projectile, how do I get a reference to the camera component from the projectile blueprint?

right after spawning the projectile, get player pawn, cast to yourPawn, access your pawn’s camera component, then
use that to set the projectiles reference.