FSimpleParametricMotion::AdvanceParametricTime

Advance parametric time. This is meant to do simple things like looping/reversing etc.

Windows
MacOS
Linux

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/ParametricMovement.h

Include

#include "ParametricMovement.h"

Source

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/ParametricMovement.cpp

Syntax

void AdvanceParametricTime
(
    const float InPosition,
    const float InPlayRate,
    float & OutPosition,
    float & OutPlayRate,
    const float DeltaTimeSeconds
) const

Remarks

Advance parametric time. This is meant to do simple things like looping/reversing etc.

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