UInterpTrackMoveAxis::SetKeyframeTime

Changes the time of the given key with the new given time.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackMoveAxis.h"

Source

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

Syntax

virtual int32 SetKeyframeTime
(
    int32 KeyIndex,
    float NewKeyTime,
    bool bUpdateOrder
)

Remarks

Changes the time of the given key with the new given time.

Returns

This can change the index of the keyframe - the new index is returned.

Parameters

Parameter

Description

KeyIndex

The index key to change in the track's key array.

NewKeyTime

The new time for the given key in the timeline.

bUpdateOrder

When true, moves the key to be in chronological order in the array.

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