Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
struct FPopupLayerSlot : public TSlotBase< FPopupLayerSlot >
Popups, tooltips, drag and drop decorators all can be executed without creating a new window. This slot along with the SWindow::AddPopupLayerSlot() API enabled it.
Name | Description | |
---|---|---|
|
FPopupLayerSlot() |
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
SetClampBuffer ( |
If this slot is kept within the parent window, how far from the edges should we clamp it |
|
|
SetClampToWindow ( |
Should this slot be kept within the parent window |
|
|
SetDesktopPosition ( |
Pixel position in desktop space |
|
|
SetHeightOverride ( |
Width override in pixels |
|
|
SetScale ( |
DPI scaling to be applied to the contents of this slot |
|
|
SetWidthOverride ( |
Width override in pixels |
Name |
Description |
|
---|---|---|
|
FSlotArguments |