So I am trying to use blueprint to just add damage to my melee weapon
I tried putting a collision box on the end of it with a simple overlapping component gets damage applied to it, it works until my character picks it up, and equips it. Then it only damages my character, and no other actors.
Whats the best way to apply damage to this thing. I just need it to destroy a few destructible meshes
I tried putting a collision box on the end of it with a simple overlapping component gets damage applied to it, it works until my character picks it up, and equips it. Then it only damages my character, and no other actors.
Whats the best way to apply damage to this thing. I just need it to destroy a few destructible meshes
Comment