Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FHittestGrid
Widget Data we maintain internally store along with the widget reference
| Name | FWidgetData |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h |
| Include Path | #include "Input/HittestGrid.h" |
Syntax
struct FWidgetData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetData
(
const TWeakPtr< SWidget >& InWidget, |
Input/HittestGrid.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomPath | TWeakPtr< ICustomHitTestPath > | Input/HittestGrid.h | ||
| LowerRightCell | FIntPoint | Input/HittestGrid.h | ||
| PrimarySort | int64 | Input/HittestGrid.h | ||
| SecondarySort | FSlateInvalidationWidgetSortOrder | Input/HittestGrid.h | ||
| UpperLeftCell | FIntPoint | Input/HittestGrid.h | ||
| UserIndex | int32 | Input/HittestGrid.h | ||
| WeakWidget | TWeakPtr< SWidget > | Input/HittestGrid.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< SWidget > GetWidget() |
Input/HittestGrid.h |