Destructible Items which spawn collectible items - please advise

Yes, exactly like you said. but of course if you want nide destructible FX you cant destroy actor yet because with it you will immediately destroy destructible pieces. In my test project i used a lot destructibles… i usually completely block logic when destructible happens and then i set timer for 10s and then i destroy actor and destructible pieces will disappear (i want to disappear destructibles one by one but for this is needed c++ and im cpp noob yet).

  • be careful with destructibles collision, i recommend to turn off character physics on destructibles because of very unnatural/undefined movement glitches when you step on simulating destructible (and in multiplayer its even bigger problem)…