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" |
void GetKeyTimes
&40;
TArray< FFrameNumber > & OutTimes,
const TRange< FFrameNumber > & WithinRange
&41; const
Remarks
Get all key times that exist within the given time range
Parameters
| Name | Description |
|---|---|
| OutTimes | An array to populate with key times, any key times will be appended to this array |
| WithinRange | (Optional) A predicate range to search within |