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