Is it possible to attach a particular chunk of an already-fractured destructible mesh? I would like the ability to destroy something, and then pick up one of the pieces.
If I do a trace, I can get the “Hit Component” (which is just the Destructible Mesh itself), but I also get the “Hit Bone Name” (which is the individual chunk).
If I do an AttachTo with the “Hit Component”, the entire destructible mesh is attached, not just the chunk of interest.
create chunks your self and instead of add the destruct do a spawn chunks, and project them randomly from origin to make it look as if arms/legs fell off and moved away from body, and destroy actor this leaves you with not 6 pieces or more of your target you killed on the ground, and so each one can be picked up seperitly
the pivot is a component added to the player character and its just a blank component placed in front of the character. the throw charge can be set to whatever works. i have a separate function that lets the player charge up a throw between min and max power values. its not relevant to this but it also set the pick up distances depending on if you have third or first person viewing. also connects to event tick.