UInterpTrack::UpdateChildKeyframe

Updates a child track keyframe

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::UpdateChildKeyframe()

UInterpTrackMove::UpdateChildKeyframe()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrack.h"

Syntax

virtual void UpdateChildKeyframe
(
    class UInterpTrack * ChildTrack,
    int32 KeyIndex,
    UInterpTrackInst * TrackInst
)

Remarks

Updates a child track keyframe

Parameters

Parameter

Description

ChildTrack

The child track with keyframe to update

KeyIndex

The index of the key to be updated

TrackInst

The track instance of the parent track(this track)

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