UNavigationSystemV1::TriggerAsyncQueries

Spawns a non-game-thread task to process requests given in PathFindingQueries.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h

Include

#include "NavigationSystem.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp

Syntax

void TriggerAsyncQueries
(
    TArray< FAsyncPathFindingQuery > & PathFindingQueries
)

Remarks

Spawns a non-game-thread task to process requests given in PathFindingQueries. In the process PathFindingQueries gets copied.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss