My projectile BP can’t access my character BP to get its velocity. It worked fine the first time I tried, after that I just get the Accessed none error.
Projectile BP
MyCharacter BP
Try to use Get Player Character and then cast it in order to get Character’s variables.
That did it, thanks