In this unreal engine tutorial, I am going to show you how to replicated variables in animation blueprint variables. Here what i do is, Using a variable in the character blueprint with "RepNotify" replication settings and then using the OnReplicate function for that variable to restore and replicate state of animation blueprint over the network in a multiplayer game.