Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase/DispatchCues
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include | #include "NetworkPredictionDriver.h" |
template<typename InDriverType>
static void DispatchCues
(
TNetSimCueDispatcher < ModelDef > * CueDispatcher,
InDriverType * Driver,
int32 SimFrame,
int32 SimTimeMS,
const int32 FixedStepMS
)
Remarks
Dispatch CuesForwards call to CueDispatche's DispatchCueRecord which will invoke the queued HandleCue events to the driver.