Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > IKeyArea
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
Include | #include "IKeyArea.h" |
Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
void DrawKeys
(
TArrayView < const FKeyHandle > InKeyHandles,
TArrayView < FKeyDrawParams > OutKeyDrawParams
)
Remarks
Gather key drawing information for the specified key handles
Parameters
Name | Description |
---|---|
InKeyHandles | An array of handles to draw |
OutKeyDrawParams | Pre-sized array view of parameters to populate with each key |