IKeyArea::DrawKeys

Gather key drawing information for the specified key 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 DrawKeys
(
    TArrayView< const FKeyHandle > InKeyHandles,
    TArrayView< FKeyDrawParams > OutKeyDrawParams
)

Remarks

Gather key drawing information for the specified key handles

Parameters

Parameter

Description

InKeyHandles

An array of handles to draw

OutKeyDrawParams

Pre-sized array view of parameters to populate with each key

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