TNetworkPredictionState

Tuple of state types.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionStateTypes.h"

Syntax

template<typename StateType>
struct TNetworkPredictionState

Remarks

Tuple of state types.

Variables

Name Description

Public variable

const AuxType &...

 

Aux

Public variable

const InputType...

 

Cmd

Public variable

const SyncType ...

 

Sync

Constructors

Name Description

Public function

TNetworkPredictionState

(
    const TNetworkPredictionState< T > ...
)

Allows implicit downcasting to a parent simulation's types.

Public function

TNetworkPredictionState

(
    const InputType* InInputCmd,
    const SyncType* InSync,
    const AuxType* InAux
)

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