UInterpTrackMove::GetKeyTransformAtTime

Get the keyed relative transform at the specified time - this does not include any special rotation mode support.

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 void GetKeyTransformAtTime
(
    UInterpTrackInst * TrInst,
    float Time,
    FVector & OutPos,
    FRotator & OutRot
)

Remarks

Get the keyed relative transform at the specified time - this does not include any special rotation mode support. Returns zero vector/rotator 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