UInterpTrack::AddChildKeyframe

Adds a keyframe to a child track

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::AddChildKeyframe()

UInterpTrackMove::AddChildKeyframe()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrack.h"

Syntax

virtual int32 AddChildKeyframe
(
    class UInterpTrack * ChildTrack,
    float Time,
    UInterpTrackInst * TrackInst,
    EInterpCurveMode InitInterpMode
)

Remarks

Adds a keyframe to a child track

Parameters

Parameter

Description

ChildTrack

The child track where the keyframe should be added

Time

What time the keyframe is located at

TrackInst

The track instance of the parent track(this track)

InitInterpMode

The initial interp mode for the keyframe?

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