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