Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FHittestGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValidCellCoord
(
const FIntPoint& CellCoord |
Returns true if the CellCoordinates are within the grid | Input/HittestGrid.h | |
bool IsValidCellCoord
(
const int32 XCoord, |
Input/HittestGrid.h |
IsValidCellCoord(const FIntPoint &)
Description
Returns true if the CellCoordinates are within the grid
| Name | IsValidCellCoord |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h |
| Include Path | #include "Input/HittestGrid.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp |
bool IsValidCellCoord
(
const FIntPoint & CellCoord
) const
IsValidCellCoord(const int32, const int32)
| Name | IsValidCellCoord |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h |
| Include Path | #include "Input/HittestGrid.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp |
bool IsValidCellCoord
(
const int32 XCoord,
const int32 YCoord
) const