Differences between revisions 1 and 2
Revision 1 as of 2021-02-22 07:16:50
Size: 182
Editor: zbjxb
Comment:
Revision 2 as of 2021-02-22 07:18:59
Size: 234
Editor: zbjxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
/*
两个概念:
 * session
 * game state
*/

In a multiplayer session, game state information is communicated between multiple machines over an internet connection rather than residing solely on a single computer.

  • session
  • game state

*/

UE4-Networking-And-Multiplayer/Networking Overview (last edited 2024-04-08 11:11:43 by zbjxb)