Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/FNavigationToolExtender
Description
Registers a Navigation Tool provider for a specified Navigation Tool instance. This method ensures that the provider is associated with the given tool and replaces any existing provider with the same identifier, if one exists.
| Name | RegisterToolProvider |
| 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 RegisterToolProvider
(
const TSharedRef < ISequencer > & InSequencer,
const TSharedRef < FNavigationToolProvider > & InProvider
)
True if the provider was successfully registered, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InSequencer | The Sequencer instance to create the Navigation Tool instance for. |
| InProvider | The Navigation Tool provider being registered. |