Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/ANavigationData
Description
Created an instance of navigation path of specified type. PathType needs to derive from FNavigationPath
| Name | CreatePathInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include Path | #include "NavigationData.h" |
template<typename PathType>
FNavPathSharedPtr CreatePathInstance
(
const FPathFindingQueryData & QueryData
) const