I have not used the “Third Person shooter kit” but if its blue print based it should be easy enough.
1 - Are you playing in multiplayer? if so is the “Third Person shooter kit” networkable
2 - the bullet you are firing a Line trace or a Projectile ( sounds like it is a projectile) added this bit from the QandA section below encase it helps
Projectiles Must cast to BP_Dent_Master and Vice Versa
projectiles must have a Damage,Radial, and Strength Value ( the name does not match just when you call the Value from BP_DENT_Master it has to be the equivalent value from your projectile
you must also Cast to Dent to set if this is projectile causes radial damage
Now on the** \DENT\BluePrints\Destructibles\Destructibles_Master**
Cast to your Projectile and return the values you have chosen for the Point damage, Radial Damage and Radial Impulse