UInterpTrackMove::GetLocationAtTime

Calculate the world-space location/rotation at the specified time, including.

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

virtual bool GetLocationAtTime
(
    UInterpTrackInst * TrInst,
    float Time,
    FVector & OutPos,
    FRotator & OutRot
)

Remarks

Calculate the world-space location/rotation at the specified time, including. Includes any special rotation mode support. leave OutPos and OutRot unchanged if no track keys

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