UInterpTrackSound::GetKeyframeTime

Get the time of the keyframe with the given index.

Windows
MacOS
Linux

Override Hierarchy

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 float GetKeyframeTime
(
    int32 KeyIndex
) const

Remarks

Get the time of the keyframe with the given index.

Returns

The time of the given key in the track on the timeline.

Parameters

Parameter

Description

KeyIndex

The index of the key to retrieve the time in the track's key 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