Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/TSyncAuxPair
Overloads
| 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 |
TSyncAuxPair(const TSyncAuxPair< T > &)
Description
Allows implicit downcasting to a parent simulation's types.
| Name | TSyncAuxPair |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionStateTypes.h |
| Include Path | #include "NetworkPredictionStateTypes.h" |
template<typename T>
TSyncAuxPair
(
const TSyncAuxPair < T > & Other
)
TSyncAuxPair(const SyncType , const AuxType )
| Name | TSyncAuxPair |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionStateTypes.h |
| Include Path | #include "NetworkPredictionStateTypes.h" |
TSyncAuxPair
(
const SyncType * InSync,
const AuxType * InAux
)