Connecting Rotation Between Blueprint A and Blueprint B

Blueprint interface :slight_smile:

You can send actorA → actorB without knowing class. Only actorB know what component to move.

You can get the other actor with a tag.

You can send the rotation on tick.

Any good?