IKeyArea::GetKeyHandles

Get all key handles that exist within the given time range

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "IKeyArea.h"

Syntax

void GetKeyHandles
(
    TArray< FKeyHandle > & OutHandles,
    const TRange< FFrameNumber > & WithinRange
) const

Remarks

Get all key handles that exist within the given time range

Parameters

Parameter

Description

OutHandles

An array to populate with key handles, any key handles will be appended to this array

WithinRange

(Optional) A predicate 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