I am in the process of trying to better understand all of ue4s replication set up and all that… I have purchased someones asset from ue4 market and i was curious why something was done a certain way… attached are 2 screenshots …
ALS_Aiming Event
I see he called it on the server… then the server did the multicast to set a variable.
I get that much.
I see the variable is not replciated but im assuming doing this multicast event on the server sets the variable for everyone. On this character.
In another section I see Looking Rotation variable…
THis one is replicated… and i see a server function is called to set it.
To my untrained eyes it feels like both do the exact same thing
Do they do the same thing for changing a variable for everyone connected to the game for that character?
If so, why did he choose to do it 2 different ways?
if not … what am i not understanding?