Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FChannelGroupModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FChannelModel > GetChannel
(
int32 Index |
Get the channel model at the given index in the list of channels | MVVM/ViewModels/ChannelModel.h | |
TSharedPtr< FChannelModel > GetChannel
(
TSharedPtr< FSectionModel > InOwnerSection |
Get the channel model of the channel associated with the given section | MVVM/ViewModels/ChannelModel.h | |
TSharedPtr< FChannelModel > GetChannel
(
const UMovieSceneSection* InOwnerSection |
Get the channel model of the channel associated with the given section | MVVM/ViewModels/ChannelModel.h |
GetChannel(int32)
Description
Get the channel model at the given index in the list of channels
| Name | GetChannel |
| 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 < FChannelModel > GetChannel
(
int32 Index
) const
GetChannel(TSharedPtr< FSectionModel >)
Description
Get the channel model of the channel associated with the given section
| Name | GetChannel |
| 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 < FChannelModel > GetChannel
(
TSharedPtr < FSectionModel > InOwnerSection
) const
GetChannel(const UMovieSceneSection *)
Description
Get the channel model of the channel associated with the given section
| Name | GetChannel |
| 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 < FChannelModel > GetChannel
(
const UMovieSceneSection * InOwnerSection
) const