Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/TSimpleCellGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBox GetWorldCellBox
(
int32 CellIndex |
Return the bounding box of a cell. | SimpleCellGrid.h | |
FBox GetWorldCellBox
(
int32 LocationX, |
Return the bounding box of a cell. | SimpleCellGrid.h |
GetWorldCellBox(int32)
Description
Return the bounding box of a cell.
| Name | GetWorldCellBox |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
FBox GetWorldCellBox
(
int32 CellIndex
) const
GetWorldCellBox(int32, int32)
Description
Return the bounding box of a cell.
| Name | GetWorldCellBox |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
FBox GetWorldCellBox
(
int32 LocationX,
int32 LocationY
) const