FSequencerKeyCollection::FindFirstKeyInRange

Search forwards or backwards for the first key 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

TOptional< FFrameNumber > FindFirstKeyInRange
(
    const TRange< FFrameNumber > & Range,
    EFindKeyDirection Direction
) const

Remarks

Search forwards or backwards for the first key within the specified range

Returns

(Optional) the time of the key that matched the range

Parameters

Parameter

Description

Range

The range to search within

Direction

Whether to return the first or last key that reside in the given range

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