IKeyArea::GetKeyTimes

Get the times of every key represented by the specified handles

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 GetKeyTimes
(
    TArrayView< const FKeyHandle > InKeyHandles,
    TArrayView< FFrameNumber > OutTimes
) const

Remarks

Get the times of every key represented by the specified handles

Parameters

Parameter

Description

InKeyHandles

A handle to the key to query for

OutTimes

A pre-sized array view to populate with key times

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