Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyParams.h |
| Include | #include "SequencerKeyParams.h" |
Syntax
struct FKeySectionOperation
Remarks
Structure defining a section that needs to be keyed by specific channels
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< IKeyArea > > | KeyAreas | The key areas defining the channels to key | |
| TSharedPtr< ISequencerSection > | Section | The section to add keys to |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
FFrameNumber InKeyTime, |
Default application function that adds keys to the section by calling IKeyArea->AddOrUpdateKey on each channel |