Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetSelectedOutlinerItems
(
TArray< TSharedRef< FViewModel > >& OutItems |
DEPRECATED | MVVM/Selection/Selection.h | |
void GetSelectedOutlinerItems
(
TArray< TSharedPtr< FViewModel > >& OutItems |
DEPRECATED | MVVM/Selection/Selection.h |
GetSelectedOutlinerItems(TArray< TSharedRef< FViewModel > > &)
Description
DEPRECATED
| Name | GetSelectedOutlinerItems |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Selection/Selection.h |
| Include Path | #include "MVVM/Selection/Selection.h" |
void GetSelectedOutlinerItems
(
TArray < TSharedRef < FViewModel > > & OutItems
) const
GetSelectedOutlinerItems(TArray< TSharedPtr< FViewModel > > &)
Description
DEPRECATED
| Name | GetSelectedOutlinerItems |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Selection/Selection.h |
| Include Path | #include "MVVM/Selection/Selection.h" |
void GetSelectedOutlinerItems
(
TArray < TSharedPtr < FViewModel > > & OutItems
) const