FRichCurveEditorModel::GetNeighboringKeys

Get neighboring keys given the key handle

Unreal Engine C++ API Reference > Editor > CurveEditor > FRichCurveEditorModel

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h
Include #include "RichCurveEditorModel.h"
Source /Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp
virtual void GetNeighboringKeys
(
    const [FKeyHandle](API\Runtime\Engine\Curves\FKeyHandle) InKeyHandle,
    [TOptional](API\Runtime\Core\IO\TOptional)< [FKeyHandle](API\Runtime\Engine\Curves\FKeyHandle) > & OutPreviousKeyHandle,
    [TOptional](API\Runtime\Core\IO\TOptional)< [FKeyHandle](API\Runtime\Engine\Curves\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library