Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyParams.h |
| Include | #include "SequencerKeyParams.h" |
Syntax
struct FKeyOperation
Remarks
Structure defining an opeartion that should add keys to a track
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyDefault
(
FFrameNumber InKeyTime, |
Apply this operation | |
| void | ApplyOperations
(
FFrameNumber InKeyTime, |
Apply a specific set of section operations | |
| void | InitializeOperation
(
FFrameNumber InKeyTime |
Called before this operation is applied - intializes the sections and adds them to the transaction buffer | |
| void | IterateOperations
(
TFunctionRef< CallbackType > Callback |
Iterate all the individual operations | |
| void | Populate
(
UMovieSceneTrack* InTrack, |
Populate this operation with a specific track, section and channel. |
Typedefs
| Name | Description |
|---|---|
| CallbackType |