Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SBoxPanel
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include | #include "Widgets/SBoxPanel.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SBoxPanel.cpp |
int32 RemoveSlot
&40;
const TSharedRef< SWidget > & SlotWidget
&41;
Remarks
Removes a slot from this box panel which contains the specified SWidget The index in the children array where the slot was removed and -1 if no slot was found matching the widget
Parameters
| Name | Description |
|---|---|
| SlotWidget | The widget to match when searching through the slots |