[UE4]Reliable UFUNCTION用法(服务端通信相关)

Replication(C++版)

https://wiki.unrealengine.com/Replication

 

Networking and Multiplayer

https://docs.unrealengine.com/latest/INT/Gameplay/Networking/index.html

 

Unreal Engine 4 C++ Networking Part 1

https://www.youtube.com/watch?v=EGnMgeeECwo

 

Unreal Engine 4 C++ Networking Part 2

https://www.youtube.com/watch?v=N_0Z8l8MEvo

 

Replication(蓝图版)

https://docs.unrealengine.com/latest/INT/Resources/ContentExamples/Networking/1_5/index.html

 

 

你可能感兴趣的:(UE4)