TSyncAuxPair

Just the Sync/Aux pair.

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 TSyncAuxPair

Remarks

Just the Sync/Aux pair.

Variables

Name Description

Public variable

const AuxType &...

 

Aux

Public variable

const SyncType ...

 

Sync

Constructors

Name Description

Public function

TSyncAuxPair

(
    const TSyncAuxPair< T >& Other
)

Allows implicit downcasting to a parent simulation's types.

Public function

TSyncAuxPair

(
    const SyncType* InSync,
    const AuxType* InAux
)

Typedefs

Name

Description

AuxType

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