FChannelCurveModel::GetKeys

Retrieve all keys that lie in the specified time and value range

Windows
MacOS
Linux

Override Hierarchy

FCurveModel::GetKeys()

FChannelCurveModel::GetKeys()

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/Channels/ChannelCurveModel.h

Include

#include "Channels/ChannelCurveModel.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/Channels/ChannelCurveModel.cpp

Syntax

virtual void GetKeys
(
    const FCurveEditor & CurveEditor,
    double MinTime,
    double MaxTime,
    double MinValue,
    double MaxValue,
    TArray< FKeyHandle > & OutKeyHandles
) const

Remarks

Retrieve all keys that lie in the specified time and value range

Parameters

Parameter

Description

CurveEditor

Reference to the curve editor that is retrieving keys.

MinTime

Minimum key time to return in seconds

MaxTime

Maximum key time to return in seconds

MinValue

Minimum key value to return

MaxValue

Maximum key value to return

OutKeyHandles

Array to populate with key handles that reside within the specified ranges

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