Hello, I was wondering how can I destroy component in UE 4.9 ?
I’m trying to make a simple game where a character punch crates to find items.
But after spending hours on the doc, I haven’t found anything to break without using a projectile, and i’ve no idea how to create a projectile or destroying this component.
So far, I found how to create destructible mesh for a component and how to add a blueprint for this (following: https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/UseOnHit/Blueprints/index.html)…
And, well, it won’t work like that, someone has a idea ?