Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/UNetworkPredictionWorldManager
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionWorldManager.h |
Include | #include "NetworkPredictionWorldManager.h" |
template<typename ReplicatorType, typename ModelDef>
void BindNetSend_Fixed
&40;
FNetworkPredictionID ID,
FReplicationProxy &42; RepProxy,
TModelDataStore< ModelDef > &42; DataStore
&41;
Remarks
Send Bindings -Binds RepProxy serialize lambda to a Replicator function -3 versions: Fixed, Independent (Local Tick), Independent (Remote Ticked) -Bind to either Server, AP, or SP versions based on ReplicatorType: TFixedTickReplicator_Server TIndependetTickReplicator_Server TFixedTickReplicator_APTFixedTickReplicator_SPTIndependentTickReplicator_APTIndependentTickReplicator_SP