Im trying to create a multiplayer topdown shooter game. Im currently working on the mechanic that the player character always looks at the mouse position, i calculated the mouse position with ConvertMouseToWorldSpace and other functions. Now im trying to figure out how to make my character look at my mouse position so that other players also see what my controlled player does.
I tried it by using SetActorRotation both locally and per server event, but it only rotates every player character on the Client i control, the other clients see no rotation on any player char.
Have to see the setup. Montage node, any conditional logic to execute it and logic for the notifies.
Only thing sticking out is the possible usage of nodes asking for index somewhere in the pipeline. Like get player controller (index) etc. Those are all single player/local coop.
i have a macro that gets triggered on the “started” node of my input key event. on notify begin it calls ReloadWeapon which triggers a server event that sets my ammunition amount on the server to a new value
it has a montage notify in the animation,
i tried all three network modes, Standalone and Listen Server trigger OnNotifyBegin, Client Network Mode doesnt trigger it
nevermind mate, i found the error. on my multicast play montage so that the other player see me reloading, i set the multicast to accidentaly only play on myself, for some reason that stopped my local montage from playing and calling the notify