FSequencerKeyCollection

A collection of keys gathered recursively from a particular node or nodes

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerKeyCollection.h"

Syntax

class FSequencerKeyCollection

Remarks

A collection of keys gathered recursively from a particular node or nodes

Functions

Name Description

Public function Const

TOptional< F...

 

FindFirstKeyInRange

(
    const TRange< FFrameNumber >& Rang...,
    EFindKeyDirection Direction
)

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

Public function Const

TArrayView< ...

 

GetKeysInRange

(
    const TRange< FFrameNumber >& Rang...
)

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

Public function Const

TOptional< F...

 

GetNextKey

(
    FFrameNumber FrameNumber,
    EFindKeyDirection Direction
)

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

Public function Const

const FSeque...

 

GetSignature()

Access the signature this collection was generated with

Public function

bool

 

Update

(
    const FSequencerKeyCollectionSignat...
)

Update this key collection using the specified signature

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