TTickUtil

Common util used by the ticking services. Might make sense to move to [FNetworkPredictionDriverBase](API\Plugins\NetworkPrediction\FNetworkPredictionDriverBase) if needed elsewhere.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Ticking.inl

Include

#include "Services/NetworkPredictionService_Ticking.inl"

Syntax

template<typename ModelDef>
struct TTickUtil

Remarks

Common util used by the ticking services. Might make sense to move to FNetworkPredictionDriverBase if needed elsewhere.

Functions

Name Description

Public function Static

TEnableIf<&#...

 

DoTick

(
    TInstanceData< ModelDef >& Instanc...,
    FrameDataType& InputFrameData,
    FrameDataType& OutputFrameData,
    const FNetSimTimeStep& Step,
    const int32 CueTimeMS,
    ESimulationTickContext TickContext
)

Public function Static

TEnableIf< T...

 

DoTick

(
    TInstanceData< ModelDef >& Instanc...,
    FrameDataType& InputFrameData,
    FrameDataType& OutputFrameData,
    const FNetSimTimeStep& Step,
    const int32 EndTimeMS,
    ESimulationTickContext TickContext
)

Typedefs

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