destroying a child component (blueprint)

If you destroy the parent actor than all of the child components will get destroyed with it too. If you want to just destroy the child then you need to do that before you destroy the parent, because after the parent is destroyed there should be no child component to cast to anyway