Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Description
Spawns a non-game-thread task to process requests given in PathFindingQueries. In the process PathFindingQueries gets copied.
| Name | TriggerAsyncQueries |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
void TriggerAsyncQueries
(
TArray < FAsyncPathFindingQuery > & PathFindingQueries
)