I’m using Unreal Engine 5.1 and am trying to create a top-down 2D game. I’m trying to get the direction of a fired projectile to match the direction that the player is facing, but can’t figure out how to set the velocity when the projectile is ‘fired’. Can anyone point me in the right direction? The screenshot below shows how far I’ve gotten with this, I’m guessing that I can somehow set the velocity of the projectile after it is spawned.
Thank you for taking the time to read this!