FSequencerKeyCollection::GetNextKey

Search forwards or backwards for the next key from the specified frame number

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 > GetNextKey
(
    FFrameNumber FrameNumber,
    EFindKeyDirection Direction
) const

Remarks

Search forwards or backwards for the next key from the specified frame number

Returns

(Optional) Frame number of the key that's next or previous from that time

Parameters

Parameter

Description

FrameNumber

The frame number to search from

Direction

Whether to return the next key or previous key from that time

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