Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/TSimpleCellGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetCellIndexUnsafe
(
const FVector& WorldLocation |
Convert world location to cell index, result can be invalid | SimpleCellGrid.h | |
int32 GetCellIndexUnsafe
(
const FIntVector& CellCoords |
Convert (X,Y) coords on grid to cell index, result can be invalid | SimpleCellGrid.h | |
int32 GetCellIndexUnsafe
(
int32 LocationX, |
Convert (X,Y) coords on grid to cell index, result can be invalid | SimpleCellGrid.h |
GetCellIndexUnsafe(const FVector &)
Description
Convert world location to cell index, result can be invalid
| Name | GetCellIndexUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
int32 GetCellIndexUnsafe
(
const FVector & WorldLocation
) const
GetCellIndexUnsafe(const FIntVector &)
Description
Convert (X,Y) coords on grid to cell index, result can be invalid
| Name | GetCellIndexUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
int32 GetCellIndexUnsafe
(
const FIntVector & CellCoords
) const
GetCellIndexUnsafe(int32, int32)
Description
Convert (X,Y) coords on grid to cell index, result can be invalid
| Name | GetCellIndexUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
int32 GetCellIndexUnsafe
(
int32 LocationX,
int32 LocationY
) const