Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/ANavigationData
Description
Synchronously checks if path between two points exists FNavAgentProperties will be found automatically
don't make this function virtual! Look at implementation details and its comments for more info.
| Name | TestPath |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include Path | #include "NavigationData.h" |
bool TestPath
(
const FNavAgentProperties & AgentProperties,
const FPathFindingQuery & Query,
int32 * NumVisitedNodes
) const
true if path has been found, false otherwise