So I’m trying to destroy a Destructible Actor within the Character BP, it all goes through (the string appears) but no damage is applied, even though it’s specified, I’ve tried it with different amounts but nothing still happens, what could I be missing from here?
Thanks!
[/QUOTE]
Why don’t you try to make a Cutom Event or Function in your Destructible Rock Blueprint where it localy applies the damage to the destructible component… and then in your ThirdPersonCharacter Blueprint just cast to the Destructible Rock and call the function…
Good luck! Hope it works!
Good Luck!