FNetworkPredictionDriverBase::Interpolate

Interpolate Blend between From/To set of Sync/Aux states

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionDriver.h"

Syntax

static void Interpolate
(
    const TSyncAuxPair< StateTypes > & From,
    const TSyncAuxPair< StateTypes > & To,
    const float PCT,
    SyncType * SyncOut,
    AuxType * AuxOut
)

Remarks

Interpolate

Blend between From/To set of Sync/Aux states

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