Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > IBufferedCurveModel
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/IBufferedCurveModel.h |
Include | #include "IBufferedCurveModel.h" |
void GetKeyAttributes ( [TArray](API\Runtime\Core\Containers\TArray)< [FKeyAttributes](API\Editor\CurveEditor\FKeyAttributes) > & OutKeyAttributes ) const
Remarks
Retrieve all key attributes stored in this buffered curve
Parameters
Name | Description |
---|---|
OutAttributes | Array to receive key attributes, one per index of InKeys |