NetworkInterpolationDebugCVars::CatchUpThresholdAuto

Catchup means "interpolate faster than realtime".

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkedSimulationModelInterpolator.h"

Syntax

namespace NetworkInterpolationDebugCVars
{
    static FConditionalAutoConsoleRegister NetworkInterpolationDebugCVars::CatchUpThresholdAuto
    (
        TEXT("ni.CatchUpThreshold"),
        (float) 0. 300,
        TEXT("When we start catching up (seconds from head)")
    )
}

Remarks

Catchup means "interpolate faster than realtime".

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