FCurveModel::GetNeighboringKeys

Get neighboring keys given the key handle

Windows
MacOS
Linux

Override Hierarchy

References

Module

CurveEditor

Header

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

Include

#include "CurveModel.h"

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss