FNetworkPredictionDriverBase::DispatchCues

Dispatch Cues

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h

Include

#include "NetworkPredictionDriver.h"

Syntax

template<typename InDriverType>
static void DispatchCues
(
    TNetSimCueDispatcher< ModelDef > * CueDispatcher,
    InDriverType * Driver,
    int32 SimFrame,
    int32 SimTimeMS,
    const int32 FixedStepMS
)

Remarks

Dispatch Cues

Forwards call to CueDispatche's DispatchCueRecord which will invoke the queued HandleCue events to the driver.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss