Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/INavigationTool
Description
Determines whether the given actor can be presented in the Navigation Tool, at all. This is a permanent check unlike filters that are temporary.
| Name | IsObjectAllowedInTool |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/INavigationTool.h |
| Include Path | #include "INavigationTool.h" |
bool IsObjectAllowedInTool
(
const UObject *const InObject
) const