FNetworkPredictionDriverBase::FinalizeInterpolatedPhysics

FinalizeInterpolatedPhysics Only called when needing to push NP interpolated physics state to the driver.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionDriver.h"

Syntax

template<bool bEnable>
static TEnableIf< bEnable >::Type FinalizeInterpolatedPhysics
(
    DriverType * Driver,
    TConditionalState< PhysicsState > & Physics
)

Remarks

FinalizeInterpolatedPhysics Only called when needing to push NP interpolated physics state to the driver. E.g, the physics sim is not running

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