Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/FNavigationToolScopedSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
IsSelected(const UObject *const)
| Name | IsSelected |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path | #include "NavigationToolScopedSelection.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolScopedSelection.cpp |
bool IsSelected
(
const UObject *const InObject
) const
IsSelected(const FGuid &)
| Name | IsSelected |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path | #include "NavigationToolScopedSelection.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolScopedSelection.cpp |
bool IsSelected
(
const FGuid & InObjectGuid
) const
IsSelected(UMovieSceneSection *const)
| Name | IsSelected |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path | #include "NavigationToolScopedSelection.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolScopedSelection.cpp |
bool IsSelected
(
UMovieSceneSection *const InSection
) const
IsSelected(UMovieSceneTrack *const)
| Name | IsSelected |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path | #include "NavigationToolScopedSelection.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolScopedSelection.cpp |
bool IsSelected
(
UMovieSceneTrack *const InTrack
) const
IsSelected(UMovieSceneSequence *const, const int32)
| Name | IsSelected |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolScopedSelection.h |
| Include Path | #include "NavigationToolScopedSelection.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolScopedSelection.cpp |
bool IsSelected
(
UMovieSceneSequence *const InSequence,
const int32 InMarkedFrameIndex
) const