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 TFixedTickReplicator_Server
Remarks
AP Client -> Server replication
The Fixed/Independent ticking implementations are a more than trivially different so they are split into separate implementations. Both currently send the last 'NumInputsPerSend' per serialization, determined from config settings. This could be improved with something more dynamic.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | EatCmd
(
const FNetSerializeParams& P |
|
![]() ![]() |
void | NetRecv
(
const FNetSerializeParams& P, |
TFixedTickReplicator_Server::NetRecv Server Receiving from AP client |
![]() ![]() |
void | NetSend
(
const FNetSerializeParams& P, |
TFixedTickReplicator_Server::NetSend AP Client sending to server |
![]() ![]() |
void | SetNumInputsPerSend
(
int32 NumToSend |
Typedefs
Name | Description |
---|---|
InputType | |
ModelDef | |
StateTypes |
Constants
Name | Description |
---|---|
NumInputsPerSend |