UInterpTrackDirector::GetTimeRange

Gathers the range that spans all keyframes.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::GetTimeRange()

UInterpTrackDirector::GetTimeRange()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackDirector.h"

Source

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

Syntax

virtual void GetTimeRange
(
    float & StartTime,
    float & EndTime
) const

Remarks

Gathers the range that spans all keyframes.

Parameters

Parameter

Description

StartTime

[out] The time of the first keyframe on this track.

EndTime

[out] The time of the last keyframe on 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