Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FAddKeyOperation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ProcessKeyArea
(
TSharedPtr< ITrackExtension > InTrackModel, |
Add key areas for a key area display node to this operation | SequencerAddKeyOperation.h | |
bool ProcessKeyArea
(
ISequencerTrackEditor* InTrackEditor, |
Add a key area to this operation | SequencerAddKeyOperation.h |
ProcessKeyArea(TSharedPtr< ITrackExtension >, TViewModelPtr< FChannelGroupModel >)
Description
Add key areas for a key area display node to this operation
| Name | ProcessKeyArea |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerAddKeyOperation.h |
| Include Path | #include "SequencerAddKeyOperation.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerAddKeyOperation.cpp |
bool ProcessKeyArea
(
TSharedPtr < ITrackExtension > InTrackModel,
TViewModelPtr< FChannelGroupModel > InChannelGroupModel
)
Parameters
| Name | Remarks |
|---|---|
| InTrackNode | The current track node |
| InKeyAreaNode | The key area node to add key areas from |
ProcessKeyArea(ISequencerTrackEditor *, TSharedPtr< IKeyArea >)
Description
Add a key area to this operation
| Name | ProcessKeyArea |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerAddKeyOperation.h |
| Include Path | #include "SequencerAddKeyOperation.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerAddKeyOperation.cpp |
bool ProcessKeyArea
(
ISequencerTrackEditor * InTrackEditor,
TSharedPtr < IKeyArea > InKeyArea
)
Parameters
| Name | Remarks |
|---|---|
| InTrackEditor | The track editor responsible for the key area |
| InKeyArea | The key area to add |