UInterpTrack::UpdateKeyframe

Changes the value of an existing keyframe.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrack.h"

Syntax

virtual void UpdateKeyframe
(
    int32 KeyIndex,
    class UInterpTrackInst * TrInst
)

Remarks

Changes the value of an existing keyframe.

Parameters

Parameter

Description

KeyIndex

The index of the key to update in the track's key array.

TrackInst

The instance of this track to update.

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