I am having an issue when running my game as a dedicated server. This issue does not happen when running as Listen server with a client connected.
Issue: The animgraph AimOffset using pitch does not actually simulate on the dedicated server so the character is still upright.
The AimOffset syncs properly for all connected players. It also works when the server is a Listen Server.
This is an issue for me because the player has a sword attached to their hand and the server needs to be able to run the swing animation, with the correct AimOffset to calculate a server side hit.