FNetworkPredictionDriverBase::InterpolateState

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionDriver.h"

Syntax

template<typename StateType>
static void InterpolateState
(
    const StateType * From,
    const StateType * To,
    const float PCT,
    StateType * Out
)

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