Hey, so this has had me scratching my head for hours now.
What I’m attempting to is this:
Get the desired rotation of the player controller, and store it in a (replicating) variable which is used in the Anim Graph.
If we are server, we get the desired rotation RPCd to us from each clients player controller. (This works. The server sees the pitch value update on all other player characters)
If we are a client, get our own desired rotation and set our characters animblueprint pitch from that. For other characters, do nothing and let the server send you their pitch values. (This works for the owned character, but for other characters the pitch value remains at 0. If I set the other characters value to update to the value or Get Time or some random value, the characters do pitch, but obviously not to the proper angle which would be sent by the desired rot. So this leads me to believe that the pitch value isn’t replicated properly from server to clients)
What could be the problem? I’m out of ideas.