Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FChannelGroupModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IKeyArea > GetKeyArea
(
TSharedPtr< FSectionModel > InOwnerSection |
Get the key area of the channel associated with the given section | MVVM/ViewModels/ChannelModel.h | |
TSharedPtr< IKeyArea > GetKeyArea
(
const UMovieSceneSection* InOwnerSection |
Get the key area of the channel associated with the given section | MVVM/ViewModels/ChannelModel.h |
GetKeyArea(TSharedPtr< FSectionModel >)
Description
Get the key area of the channel associated with the given section
| Name | GetKeyArea |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/ChannelModel.h |
| Include Path | #include "MVVM/ViewModels/ChannelModel.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MVVM/ViewModels/ChannelModel.cpp |
TSharedPtr < IKeyArea > GetKeyArea
(
TSharedPtr < FSectionModel > InOwnerSection
) const
GetKeyArea(const UMovieSceneSection *)
Description
Get the key area of the channel associated with the given section
| Name | GetKeyArea |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/ChannelModel.h |
| Include Path | #include "MVVM/ViewModels/ChannelModel.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MVVM/ViewModels/ChannelModel.cpp |
TSharedPtr < IKeyArea > GetKeyArea
(
const UMovieSceneSection * InOwnerSection
) const