Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
Description
Retrieve ALL key attributes that pertain to the specified input key handles.
This function is legacy. Prefer use of GetKeyAttributesIncludingAutoComputed or GetKeyAttributesExcludingAutoComputed.
Derived Overrides
| Name | GetKeyAttributes |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include Path | #include "CurveModel.h" |
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).