Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/FChannelCurveModel
- FCurveModel::AddKeys()
- FChannelCurveModel::AddKeys()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ChannelCurveModel.h |
| Include | #include "Channels/ChannelCurveModel.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/ChannelCurveModel.cpp |
virtual void AddKeys
&40;
TArrayView< const FKeyPosition > InPositions,
TArrayView< const FKeyAttributes > InAttributes,
TArrayView< TOptional< FKeyHandle >> &42; OutKeyHandles
&41;
Remarks
Add keys to this curve
Parameters
| Name | Description |
|---|---|
| InPositions | Key positions for the new keys |
| InAttributes | Key attributes for the new keys, one per key position |
| OutKeyHandles | (Optional) Pointer to an array view of size InPositions.Num() that should be populated with newly added key handles |