FRichCurveEditorModel::GetNeighboringKeys

Get neighboring keys given the key handle

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FCurveModel::GetNeighboringKeys()

FRichCurveEditorModel::GetNeighboringKeys()

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h

Include

#include "RichCurveEditorModel.h"

Source

/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp

Syntax

virtual void GetNeighboringKeys
(
    const FKeyHandle InKeyHandle,
    TOptional< FKeyHandle > & OutPreviousKeyHandle,
    TOptional< FKeyHandle > & OutNextKeyHandle
) const

Remarks

Get neighboring keys given the key handle

Parameters

Parameter

Description

InKeyHandle

The key handle to get neighboring keys for

OutPreviousKeyHandle

The previous key handle

OutNextKeyHandle

The next key handle