Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/Navigation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h |
| Include | #include "AI/Navigation/NavigationTypes.h" |
Syntax
struct FNavigationProjectionWork
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bHintProjection2D | If set, projection function scoring will be biased for 2D work (e.g. in case of navmesh, findNearestPoly2D) | |
| uint32: 1 | bIsValid | If set, data in this structure is valid | |
| uint32: 1 | bResult | Result of projection function. | |
| FNavLocation | OutLocation | Result point with nav Id | |
| const FVector | Point | Source point | |
| FBox | ProjectionLimit | Projection range |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavigationProjectionWork
(
const FVector& StartPoint, |