Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Just the Sync/Aux pair.
| Name | TSyncAuxPair |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionStateTypes.h |
| Include Path | #include "NetworkPredictionStateTypes.h" |
Syntax
template<typename StateType>
struct TSyncAuxPair
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSyncAuxPair
(
const TSyncAuxPair< T >& Other |
Allows implicit downcasting to a parent simulation's types. | NetworkPredictionStateTypes.h | |
TSyncAuxPair
(
const SyncType* InSync, |
NetworkPredictionStateTypes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AuxType | typename StateType::AuxType | NetworkPredictionStateTypes.h | |
| SyncType | typename StateType::SyncType | NetworkPredictionStateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Aux | const AuxType * | NetworkPredictionStateTypes.h | ||
| Sync | const SyncType * | NetworkPredictionStateTypes.h |