Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWindow
Description
Access the hittest acceleration data structure for this window. The grid is filled out every time the window is painted.
| Name | GetHittestGrid |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
FHittestGrid & GetHittestGrid()
See Also
- FHittestGrid for more details.