UDN
Search public documentation:

ReplicationHome
日本語訳
中国翻译
한국어

Interested in the Unreal Engine?
Visit the Unreal Technology site.

Looking for jobs and company info?
Check out the Epic games site.

Questions about support via UDN?
Contact the UDN Staff

UE3 Home > Networking & Replication

Networking & Replication


ReplicationHomeTitle.jpg

Replication in Unreal Engine 3 allows multiple players to experience events together. By using the generalized client-server model together with Unrealscript it is possible to craft any kind of multiplayer experience.

Replication ensures that the data on the client is accurate enough to estimate what is happening in the game, so that the player can experience the game and its changes in real time. Replication also ensures that the data being generated by client is received on the server so that client is actively changing the experience.

Technical Topics

Platform Topics
  • OnlineSubsystemSteamworks - A technical guide over the Steamworks integration in Unreal Engine 3.
  • Steam - A guide discussing how to use Steamworks in Unreal Engine 3.
  • GameCenter - A guide discussing how to use Game Center in Unreal Engine 3.

Replication Patterns

Tools
  • Network Profiler - A tool which examines the network packets sent and received by Unreal Engine 3.