UInterpTrackMove::FindBestMatchingTimefromPosition

Find Best Matching Time From Position This function simply try to find Time from input Position using simple Lerp

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h

Include

#include "Matinee/InterpTrackMove.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

float FindBestMatchingTimefromPosition
(
    UInterpTrackInst * TrInst,
    const FVector & Pos,
    int32 StartKeyIndex,
    EAxisList::Type WeightAxis
)

Remarks

Find Best Matching Time From Position This function simply try to find Time from input Position using simple Lerp

Returns

: Interp Time

Parameters

Parameter

Description

Pos - input position

StartKeyIndex - optional

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