Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/IKeyArea > API/Editor/Sequencer/IKeyArea/GetKeyTimes
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
| Include | #include "IKeyArea.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
void GetKeyTimes
&40;
TArrayView< const FKeyHandle > InKeyHandles,
TArrayView< FFrameNumber > OutTimes
&41; const
Remarks
Get the times of every key represented by the specified handles
Parameters
| Name | Description |
|---|---|
| InKeyHandles | A handle to the key to query for |
| OutTimes | A pre-sized array view to populate with key times |