Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Inheritance Hierarchy
- FPathFindingQueryData
- FPathFindingQuery
- FAsyncPathFindingQuery
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include | #include "NavigationSystemTypes.h" |
Syntax
struct FPathFindingQueryData
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bAllowPartialPaths | If set, allow partial paths as a result | |
| uint32: 1 | bRequireNavigableEndLocation | If set, require the end location to be linked to the navigation data | |
| FVector::FReal | CostLimit | Cost limit of nodes allowed to be added to the open list | |
| FVector | EndLocation | ||
| int32 | NavDataFlags | Additional flags passed to navigation data handling request | |
| TWeakObjectPtr< const UObject > | Owner | ||
| FSharedConstNavQueryFilter | QueryFilter | ||
| FVector | StartLocation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPathFindingQueryData
(
const UObject* InOwner, |