Navigation
API > API/Editor > API/Editor/Sequencer > API/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
&40;
TArrayView< const FKeyHandle > InKeyHandles,
TArrayView< FKeyDrawParams > OutKeyDrawParams
&41;
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 |