Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UnregisterNavigationInvoker
(
AActor* Invoker |
Removes given actor from the list of active navigation enforcers. | NavigationSystem.h |
|
static void UnregisterNavigationInvoker
(
AActor& Invoker |
NavigationSystem.h |
UnregisterNavigationInvoker(AActor *)
Description
Removes given actor from the list of active navigation enforcers.
| Name | UnregisterNavigationInvoker |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
UFUNCTION (BlueprintCallable, Category="AI|Navigation")
void UnregisterNavigationInvoker
(
AActor * Invoker
)
See Also
- RegisterNavigationInvoker for more details
UnregisterNavigationInvoker(AActor &)
| Name | UnregisterNavigationInvoker |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
static void UnregisterNavigationInvoker
(
AActor & Invoker
)