NPC Projectiles

Also I noticed that you have cast to on tick, which is pretty expensive. You should do one cast to on begin play and save that anim instance as a variable and use that instead of casting every tick.

1 Like