Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/FNavigationToolExtender
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSet< TSharedRef< FNavigationToolProvider > > * FindToolProviders
(
const FName InToolId |
NavigationToolExtender.h | ||
static bool FindToolProviders
(
const FName InToolId, |
Finds the tool providers associated with the given Navigation Tool instance. | NavigationToolExtender.h |
FindToolProviders(const FName)
| Name | FindToolProviders |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolExtender.h |
| Include Path | #include "NavigationToolExtender.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolExtender.cpp |
static TSet< TSharedRef < FNavigationToolProvider > > * FindToolProviders
(
const FName InToolId
)
FindToolProviders(const FName, TSet< TSharedRef< FNavigationToolProvider > > &)
Description
Finds the tool providers associated with the given Navigation Tool instance.
| Name | FindToolProviders |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/NavigationToolExtender.h |
| Include Path | #include "NavigationToolExtender.h" |
| Source | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Private/NavigationToolExtender.cpp |
static bool FindToolProviders
(
const FName InToolId,
TSet< TSharedRef < FNavigationToolProvider > > & OutProviders
)
True if tool providers were found and populated into OutProviders; otherwise, false.
Parameters
| Name | Remarks |
|---|---|
| InToolId | The Navigation Tool Id for which to find associated providers. |
| OutProviders | A set that will be populated with the found tool providers as weak pointers. |