Detach an actor

Hello,
I would like know how to detach an actor from an other actor.
I attach my actor as :

and detach as :

42031-1.png

in BP_Parent_Player but it doesn’t work.

Thank you,

it is most likely because you are attaching to a scene component and then trying to detach from the actor.

switch the attach node to ‘Attach ActorToActor’ node