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