Detach actor from other actor

Hi!

If I have done this to attach the BP_Ball actor to the BP_Paddle pawn:

How can I do to detach the BP_Ball actor from the BP_Paddle pawn?

Thanks.

You can use “Detach from component” node. The target is BP_Ball. To get reference on BP_Ball you can use “Get attached actors” node.

2 Likes