Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2021-02-22 07:16:50
Size: 182
Editor: zbjxb
Comment:
Revision 3 as of 2021-02-22 07:19:20
Size: 237
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)