IBufferedCurveModel::GetKeyPositions

Retrieve all key positions stored in this buffered curve

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

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/IBufferedCurveModel.h
Include #include "IBufferedCurveModel.h"
void GetKeyPositions
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FKeyPosition](API\Editor\CurveEditor\FKeyPosition) > & OutKeyPositions
) const

Remarks

Retrieve all key positions stored in this buffered curve

Parameters

Name Description
OutKeyPositions Array to receive key positions, one per index of InKeys

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library