Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionSerialization.h |
| Include | #include "NetworkPredictionSerialization.h" |
Syntax
template<typename InModelDef>
class TIndependentTickReplicator_SP
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | NetRecv
(
const FNetSerializeParams& P, |
SP Client receives from the server | |
| void | NetSend
(
const FNetSerializeParams& P, |
Server sends to SP Client | |
| void | NetSend
(
const FNetSerializeParams& P, |
For remotely controlled/ticked actors on the server. |
Typedefs
| Name | Description |
|---|---|
| ModelDef |