Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FHittestGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCell & CellAt
(
const int32 X, |
Access a cell at coordinates X, Y. Coordinates are row and column indexes. | Input/HittestGrid.h | |
const FCell & CellAt
(
const int32 X, |
Access a cell at coordinates X, Y. Coordinates are row and column indexes. | Input/HittestGrid.h |
CellAt(const int32, const int32)
Description
Access a cell at coordinates X, Y. Coordinates are row and column indexes.
| Name | CellAt |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h |
| Include Path | #include "Input/HittestGrid.h" |
FCell & CellAt
(
const int32 X,
const int32 Y
)
CellAt(const int32, const int32)
Description
Access a cell at coordinates X, Y. Coordinates are row and column indexes.
| Name | CellAt |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h |
| Include Path | #include "Input/HittestGrid.h" |
const FCell & CellAt
(
const int32 X,
const int32 Y
) const