FSequencerKeyCollection::GetKeysInRange

Get a view of all key times that reside within the specified range

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/SequencerKeyCollection.h

Include

#include "SequencerKeyCollection.h"

Source

/Engine/Source/Editor/Sequencer/Private/SequencerKeyCollection.cpp

Syntax

TArrayView< const FFrameNumber > GetKeysInRange
(
    const TRange< FFrameNumber > & Range
) const

Remarks

Get a view of all key times that reside within the specified range

Returns

A (possibly empty) array view of all the times that lie within the range

Parameters

Parameter

Description

Range

The range to search within

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