Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionSimulation.h |
Include | #include "NetworkPredictionSimulation.h" |
Syntax
template<typename StateType>
struct TNetSimOutput
Remarks
Output state: the output SyncState (always created) and TNetSimLazyWriter for the AuxState (created on demand since every tick does not generate a new aux frame)
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const TNetSimLazyWriter< AuxType > & | Aux | |
![]() |
FNetSimCueDispatcher & | CueDispatch | |
![]() |
SyncType * | Sync |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TNetSimOutput
(
SyncType* InSync, |