FSimpleParametricMotion::AdvanceParametricTime

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

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Movement/ParametricMovement.h

Include

#include "Movement/ParametricMovement.h"

Source

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Private/Movement/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