IKeyArea::GetKeyInfo

Populate the specified handle and/or time arrays with information pertaining to keys that exist within the given range

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "IKeyArea.h"

Source

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

Syntax

void GetKeyInfo
(
    TArray< FKeyHandle > * OutHandles,
    TArray< FFrameNumber > * OutTimes,
    const TRange< FFrameNumber > & WithinRange
) const

Remarks

Populate the specified handle and/or time arrays with information pertaining to keys that exist within the given range

Parameters

Parameter

Description

OutHandles

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

OutTimes

(Optional) An array to populate with key times, any key times 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