AttachActorToActor

So I want to attach my pawn to another actor when they collide, I was able to trigger an event when they collide, now I want to attach my pawn to a branch actor, but it does not want to work… please help.

1.You want to attach a swing to a character, so you should appoint clearly the socket name of the attachtocomponent node. The socket name is the name of the socket of your character skeleton.
2.Remove the equal node and branch node,they r useless.Just connect the cast node and swing event node.

Thanks that worked!