Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FRichCurveEditorModel
Description
Retrieve ALL key attributes that pertain to the specified input key handles.
This function is legacy. Prefer use of GetKeyAttributesIncludingAutoComputed or GetKeyAttributesExcludingAutoComputed.
Virtual Inheritance
- FCurveModel::GetKeyAttributes → FRichCurveEditorModel::GetKeyAttributes
| Name | GetKeyAttributes |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
| Include Path | #include "RichCurveEditorModel.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual void GetKeyAttributes
(
TArrayView < const FKeyHandle > InKeys,
TArrayView < FKeyAttributes > OutAttributes
) const
Parameters
| Name | Remarks |
|---|---|
| InKeys | Array of key handles to get attributes for |
| OutAttributes | Array to receive key attributes, one per index of InKeys |
See Also
- GetKeyAttributesIncludingAutoComputed (introduced 5.6).