TNetSimOutput

Output state: the output SyncState (always created) and [TNetSimLazyWriter](API\Plugins\NetworkPrediction\TNetSimLazyWriter) for the AuxState (created on demand since every tick does not generate a new aux frame)

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionSimulation.h

Include

#include "NetworkPredictionSimulation.h"

Syntax

template<typename StateType>
struct TNetSimOutput

Remarks

Output state: the output SyncState (always created) and TNetSimLazyWriter for the AuxState (created on demand since every tick does not generate a new aux frame)

Variables

Name Description

Public variable

const TNetSimLa...

 

Aux

Public variable

FNetSimCueDispa...

 

CueDispatch

Public variable

SyncType *

 

Sync

Constructors

Name Description

Public function

TNetSimOutput

(
    SyncType* InSync,
    const TNetSimLazyWriter< AuxType > ...,
    FNetSimCueDispatcher& InCueDispatc...
)

Typedefs

Name

Description

AuxType

InputType

SyncType

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