Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/STrackAreaView
Description
Add a new track slot to this area for the given node. The slot will be automatically cleaned up when all external references to the supplied slot are removed.
| Name | AddTrackSlot |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/STrackAreaView.h |
| Include Path | #include "MVVM/Views/STrackAreaView.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Views/STrackAreaView.cpp |
void AddTrackSlot
(
const TViewModelPtr < IOutlinerExtension > & InDataModel,
const TSharedPtr < STrackLane > & InSlot
)