TIndependentTickReplicator_SP

Windows
MacOS
Linux

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

Name Description

Public function Static

void

 

NetRecv

(
    const FNetSerializeParams& P,
    TClientRecvData< ModelDef >& Clien...,
    TModelDataStore< ModelDef >* D...,
    FVariableTickState* TickState
)

SP Client receives from the server

Public function Static

void

 

NetSend

(
    const FNetSerializeParams& P,
    FNetworkPredictionID ID,
    TModelDataStore< ModelDef >* D...,
    const FVariableTickState* Tick...
)

Server sends to SP Client

Public function Static

void

 

NetSend

(
    const FNetSerializeParams& P,
    FNetworkPredictionID ID,
    TModelDataStore< ModelDef >* D...,
    const TServerRecvData_Independent< ...,
    const FVariableTickState* Vari...
)

For remotely controlled/ticked actors on the server.

Typedefs

Name

Description

ModelDef

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss