Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FNavLocalGridData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetProjectedCellCenter
(
int32 CellIdx |
Convert cell index to world location using projected heights | Navigation/NavLocalGridData.h | |
FVector GetProjectedCellCenter
(
int32 LocationX, |
Convert cell coords on grid to world location using projected heights | Navigation/NavLocalGridData.h |
GetProjectedCellCenter(int32)
Description
Convert cell index to world location using projected heights
| Name | GetProjectedCellCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/NavLocalGridData.h |
| Include Path | #include "Navigation/NavLocalGridData.h" |
FVector GetProjectedCellCenter
(
int32 CellIdx
) const
GetProjectedCellCenter(int32, int32)
Description
Convert cell coords on grid to world location using projected heights
| Name | GetProjectedCellCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/NavLocalGridData.h |
| Include Path | #include "Navigation/NavLocalGridData.h" |
FVector GetProjectedCellCenter
(
int32 LocationX,
int32 LocationY
) const