UInterpToMovementComponent::CalculateNewTime

Calculate the new current time

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h

Include

#include "Components/InterpToMovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/InterpToMovementComponent.cpp

Syntax

float CalculateNewTime
(
    float TimeNow,
    float Delta,
    FHitResult & HitResult,
    bool InBroadcastEvent,
    bool & OutStopped,
    float & OutTimeRemainder
)

Remarks

Calculate the new current time

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