Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Inheritance Hierarchy
- FPathFindingQueryData
- FPathFindingQuery
- FAsyncPathFindingQuery
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include | #include "NavigationData.h" |
Syntax
struct FAsyncPathFindingQuery : public FPathFindingQuery
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TEnumAsByte< EPathFindingMode::Type > | Mode | ||
| const FNavPathQueryDelegate | OnDoneDelegate | ||
| const uint32 | QueryID | ||
| FPathFindingResult | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAsyncPathFindingQuery
(
const FPathFindingQuery& Query, |
|||
FAsyncPathFindingQuery
(
const UObject* InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetUniqueID () |
Constants
| Name | Description |
|---|---|
| LastPathFindingUniqueID |