Hi all, I’m following a series of tutorials by Mindless Pursuits and I’ve encountered a problem with a rocket launcher weapon. The projectile is a child blueprint based on a grenade for a grenade launcher. The grenades work fine, they collide with objects and bounce around before exploding at the end of their life of 3 seconds and they cause damage to players. The rockets on the other hand do not, they just pass through meshes and, most of the time, players although with the latter they occasionally hook the player and drag them until they hit a mesh with a hit box. The projectile will only explode at the end of its lifespan and not when it strikes anything and do no damage if a player happens to be in the blast radius. They will also explode on launching if I set their collision to BlockAll or BlockAllDynamic even though that works for the grenade launcher projectiles.
There’s an “On Component Hit” event that seems to do nothing for the rocket. I’ve tried the Overlap version and this just causes the projectile to explode on the player instigating the shot.
I’ve posted this mostly so Keith from Mindless Pursuits can look at my settings but if anyone else has any insight or answers I would love the help.
Here are the settings for the rocket projectile:
Settings for the rocket launcher:
Hopefully they can give someone clues to what I need to fix.
Thanks,
Stuart Graham.