Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
- FCurveModel::GetNeighboringKeys()
- FKeyBarCurveModel::GetNeighboringKeys()
- FRichCurveEditorModel::GetNeighboringKeys()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include | #include "CurveModel.h" |
void GetNeighboringKeys
(
const FKeyHandle InKeyHandle,
TOptional< FKeyHandle > & OutPreviousKeyHandle,
TOptional< FKeyHandle > & OutNextKeyHandle
) const
Remarks
Get neighboring keys given the key handle
Parameters
| Name | Description |
|---|---|
| InKeyHandle | The key handle to get neighboring keys for |
| OutPreviousKeyHandle | The previous key handle |
| OutNextKeyHandle | The next key handle |