Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2021-02-26 08:42:17
Size: 84
Editor: zbjxb
Comment:
Revision 13 as of 2021-03-01 12:19:16
Size: 601
Editor: zbjxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
在这里详述 UE4-Networking-And-Multiplayer/MultiplayerProgrammingQuickStart。 [[https://docs.unrealengine.com/en-US/InteractiveExperiences/Networking/QuickStart/index.html | 原文]]

 * How to add replication to a base Actor [[#1]]
 * How to take advantage of '''Movement Components''' in a network game [[#2]]
 * How to add replication to '''variables''' [[#3]]
 * How to use '''!RepNotifies''' when a variable changes [[#4]]
 * How to use '''Remote Procedure Calls (RPCs)''' in C++ [[#5]]
 * How to check an Actor's '''Network Role''' in order to filter calls that are performed within a function [[#6]]

= How to add replication to a base Actor =
 <<Anchor(#1)>>

原文

  • How to add replication to a base Actor #1

  • How to take advantage of Movement Components in a network game #2

  • How to add replication to variables #3

  • How to use RepNotifies when a variable changes #4

  • How to use Remote Procedure Calls (RPCs) in C++ #5

  • How to check an Actor's Network Role in order to filter calls that are performed within a function #6

= How to add replication to a base Actor =

UE4-Networking-And-Multiplayer/MultiplayerProgrammingQuickStart (last edited 2021-03-01 13:15:12 by zbjxb)