Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SOverlay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveSlot
(
TSharedRef< SWidget > Widget |
Removes a widget from this overlay. | Widgets/SOverlay.h | |
void RemoveSlot
(
int32 ZOrder |
Removes a slot at the specified location | Widgets/SOverlay.h |
RemoveSlot(TSharedRef< SWidget >)
Description
Removes a widget from this overlay.
| Name | RemoveSlot |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h |
| Include Path | #include "Widgets/SOverlay.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SOverlay.cpp |
bool RemoveSlot
(
TSharedRef < SWidget > Widget
)
Parameters
| Name | Remarks |
|---|---|
| Widget | The widget content to remove |
RemoveSlot(int32)
Description
Removes a slot at the specified location
| Name | RemoveSlot |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SOverlay.h |
| Include Path | #include "Widgets/SOverlay.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SOverlay.cpp |
void RemoveSlot
(
int32 ZOrder
)