Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FHittestGrid
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveGrid
(
const TSharedRef< const FHittestGrid >& OtherGrid |
Remove a grid that was appended. | Input/HittestGrid.h | |
void RemoveGrid
(
const SWidget* OtherGridOwner |
Remove a grid that was appended. | Input/HittestGrid.h |
RemoveGrid(const TSharedRef< const FHittestGrid > &)
Description
Remove a grid that was appended.
| Name | RemoveGrid |
| 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 |
void RemoveGrid
(
const TSharedRef < const FHittestGrid > & OtherGrid
)
RemoveGrid(const SWidget *)
Description
Remove a grid that was appended.
| Name | RemoveGrid |
| 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 |
void RemoveGrid
(
const SWidget * OtherGridOwner
)