Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Handler to Sync Selection from Navigation Tool to the Sequencer
| Name | FNavigationToolScopedSelection |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path | #include "NavigationToolScopedSelection.h" |
Syntax
class FNavigationToolScopedSelection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolScopedSelection
(
ISequencer& InSequencer, |
NavigationToolScopedSelection.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNavigationToolScopedSelection() |
NavigationToolScopedSelection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectsSet | TSet< const UObject * > | All Objects Selected (Sections, Tracks, Objects) | NavigationToolScopedSelection.h | |
| Purpose | ENavigationToolScopedSelectionPurpose | NavigationToolScopedSelection.h | ||
| SelectedMarkedFrames | TMap< UMovieSceneSequence *, TSet< int32 > > | NavigationToolScopedSelection.h | ||
| SelectedObjectGuids | TArray< FGuid > | NavigationToolScopedSelection.h | ||
| SelectedSections | TArray< UMovieSceneSection * > | NavigationToolScopedSelection.h | ||
| SelectedTracks | TArray< UMovieSceneTrack * > | NavigationToolScopedSelection.h | ||
| Sequencer | ISequencer & | NavigationToolScopedSelection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ISequencer & GetSequencer() |
NavigationToolScopedSelection.h | ||
bool IsSelected
(
const UObject*const InObject |
NavigationToolScopedSelection.h | ||
bool IsSelected
(
const FGuid& InObjectGuid |
NavigationToolScopedSelection.h | ||
bool IsSelected
(
UMovieSceneSection*const InSection |
NavigationToolScopedSelection.h | ||
bool IsSelected
(
UMovieSceneTrack*const InTrack |
NavigationToolScopedSelection.h | ||
bool IsSelected
(
UMovieSceneSequence*const InSequence, |
NavigationToolScopedSelection.h | ||
| NavigationToolScopedSelection.h | |||
void Select
(
UMovieSceneSection*const InSection |
NavigationToolScopedSelection.h | ||
void Select
(
UMovieSceneTrack*const InTrack |
NavigationToolScopedSelection.h | ||
void Select
(
UMovieSceneSequence*const InSequence, |
NavigationToolScopedSelection.h |