UInterpTrackSound::AddKeyframe

Adds a keyframe at the given time to the track.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::AddKeyframe()

UInterpTrackSound::AddKeyframe()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackSound.h"

Source

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

Syntax

virtual int32 AddKeyframe
(
    float Time,
    UInterpTrackInst * TrInst,
    EInterpCurveMode InitInterpMode
)

Remarks

Adds a keyframe at the given time to the track.

Parameters

Parameter

Description

Time

The time to place the key in the track timeline.

TrackInst

The instance of this track.

InitInterpMode

The interp mode of the newly-added 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