Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FAddKeyOperation
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerAddKeyOperation.h |
| Include | #include "SequencerAddKeyOperation.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerAddKeyOperation.cpp |
void Commit
(
FFrameNumber InKeyTime,
ISequencer & InSequencer
)
Remarks
Commit this operation by choosing the section(s) to key for each key area, and adding a key at the specified time
Parameters
| Name | Description |
|---|---|
| InKeyTime | The time to add keys at |
| InSequencer | The sequencer instance that is performing this operations |