FCurveModel::GetKeys

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

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

  • FCurveModel::GetKeys()

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveModel.h
Include #include "CurveModel.h"
void GetKeys
(
    const [FCurveEditor](API\Editor\CurveEditor\FCurveEditor) & CurveEditor,
    double MinTime,
    double MaxTime,
    double MinValue,
    double MaxValue,
    [TArray](API\Runtime\Core\Containers\TArray)< [FKeyHandle](API\Runtime\Engine\Curves\FKeyHandle) > & OutKeyHandles
) const

Remarks

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

Parameters

Name 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library