Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1 > API/Runtime/NavigationSystem/UNavigationSystemV1/FindPathSync
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
Include | #include "NavigationSystem.h" |
Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
FPathFindingResult FindPathSync
&40;
FPathFindingQuery Query,
EPathFindingMode::Type Mode
&41;
Remarks
Does a simple path finding from to on specified NavData. If none passed MainNavData will be used Result gets placed in ResultPath
Parameters
Name | Description |
---|---|
NavData | optional navigation data that will be used instead main navigation data |
Mode | switch between normal and hierarchical path finding algorithms |