Hello.
I’m trying to make a fps game and I’m using the official (I thing) [FPS Tutorial][1] from UE Wiki.
I made the shooting mechanic and now I’m trying to make the projectiles interact with the world. I don’t want explosion or anything, because I want to just make them kill enemies (I’ll later make a simple HP System) and destroy themselves when they hit for example a wall. So first I need a function that will be called whenever the projectile will hit something. I did everything they wrote in that tutorial but I get an error. Here’s an image: