Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/FNavigationToolEditorSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< InObjectReturnType * > GetSelectedObjects () |
NavigationToolEditorSelection.h | ||
TArray< InElementType > GetSelectedObjects
(
USelection* InSelection |
NavigationToolEditorSelection.h |
GetSelectedObjects()
| Name | GetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolEditorSelection.h |
| Include Path | #include "NavigationToolEditorSelection.h" |
template<typename InObjectType, ENavigationToolSelectionSource InSource, typename InObjectReturnType, typename, typename>
TArray < InObjectReturnType * > GetSelectedObjects() const
GetSelectedObjects(USelection *)
| Name | GetSelectedObjects |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolEditorSelection.h |
| Include Path | #include "NavigationToolEditorSelection.h" |
template<typename InElementType>
TArray < InElementType > GetSelectedObjects
(
USelection * InSelection
) const