Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/TSimpleCellGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetWorldCellCenter
(
int32 CellIndex |
SimpleCellGrid.h | ||
FVector GetWorldCellCenter
(
int32 LocationX, |
SimpleCellGrid.h |
GetWorldCellCenter(int32)
| Name | GetWorldCellCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
FVector GetWorldCellCenter
(
int32 CellIndex
) const
GetWorldCellCenter(int32, int32)
| Name | GetWorldCellCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/SimpleCellGrid.h |
| Include Path | #include "SimpleCellGrid.h" |
FVector GetWorldCellCenter
(
int32 LocationX,
int32 LocationY
) const