Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/SOutlinerViewRow
Description
Adds a reference to track lane, either because:
- It is a parent row's track lane that we want to be kept alive when the parent row disappears out of view, or
- It is a track lane that was created by our outliner view-model
| Name | SetTrackLane |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/SOutlinerViewRow.h |
| Include Path | #include "MVVM/Views/SOutlinerViewRow.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Views/SOutlinerViewRow.cpp |
void SetTrackLane
(
const TSharedPtr < STrackLane > & InTrackLane
)