Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FHittestGrid
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h |
| Include | #include "Input/HittestGrid.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/HittestGrid.cpp |
bool SetHittestArea
&40;
const UE::Slate::FDeprecateVector2DParameter & HittestPositionInDesktop,
const UE::Slate::FDeprecateVector2DParameter & HittestDimensions,
const UE::Slate::FDeprecateVector2DParameter & HitestOffsetInWindow
&41;
Remarks
Set the position and size of the hittest area in desktop coordinates Returns true if a clear of the hittest grid was required.
Parameters
| Name | Description |
|---|---|
| HittestPositionInDesktop | The position of this hit testing area in desktop coordinates. |
| HittestDimensions | The dimensions of this hit testing area. |