Hello,
I would like know how to detach an actor from an other actor.
I attach my actor as :
and detach as :
in BP_Parent_Player but it doesn’t work.
Thank you,
Hello,
I would like know how to detach an actor from an other actor.
I attach my actor as :
and detach as :
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