Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/FConstraintChannelCurveModel
- FCurveModel::GetKeyAttributes()
- FConstraintChannelCurveModel::GetKeyAttributes()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ConstraintChannelCurveModel.h |
| Include | #include "Channels/ConstraintChannelCurveModel.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/ConstraintChannelCurveModel.cpp |
virtual void GetKeyAttributes
&40;
TArrayView< const FKeyHandle > InKeys,
TArrayView< FKeyAttributes > OutAttributes
&41; const
Remarks
Retrieve all key attributes that pertain to the specified input key handles
Parameters
| Name | Description |
|---|---|
| InKeys | Array of key handles to get attributes for |
| OutAttributes | Array to receive key attributes, one per index of InKeys |