Hi all, do we know what parts of UEFN and Fortnite Creative Islands are executed server side and what parts are executed client side (ie consoles). I know for sure verse is executed on the server, and all the sequencer animations are done on client side. How about things like Subscribe vs Await calls from verse?
This is important because I have frequently encountered huge lag when doing a lot via verse in my multiplayer game (as verse code will execute on server for every player), which I had to shift to sequencers as much as its feasible, and that significantly reduced the lag.
Can I read up on this anywhere in the documentation or any source from Epic?
Thank you