Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SGridPanel
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SGridPanel.h |
| Include | #include "Widgets/Layout/SGridPanel.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Layout/SGridPanel.cpp |
bool RemoveSlot
&40;
const TSharedRef< SWidget > & SlotWidget
&41;
Remarks
Removes a slot from this panel which contains the specified SWidget The true if the slot was removed and false if no slot was found matching the widget
Parameters
| Name | Description |
|---|---|
| SlotWidget | The widget to match when searching through the slots |