Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/FPopupLayerSlot
Inheritance Hierarchy
- FSlotBase::FSlotArguments
- TSlotBase::FSlotArguments
- FPopupLayerSlot::FSlotArguments
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include | #include "Widgets/SWindow.h" |
Syntax
struct FSlotArguments : public TSlotBase< FPopupLayerSlot >::FSlotArguments
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ClampBuffer
(
const TAttribute< FVector2D >& InAttribute |
If this slot is kept within the parent window, how far from the edges should we clamp it | |
| WidgetArgsType & | ClampToWindow
(
const TAttribute< bool >& InAttribute |
Should this slot be kept within the parent window | |
| WidgetArgsType & | DesktopPosition
(
const TAttribute< FVector2D >& InAttribute |
Pixel position in desktop space | |
| WidgetArgsType & | HeightOverride
(
const TAttribute< float >& InAttribute |
Width override in pixels | |
| WidgetArgsType & | Scale
(
const TAttribute< float >& InAttribute |
DPI scaling to be applied to the contents of this slot | |
| WidgetArgsType & | WidthOverride
(
const TAttribute< float >& InAttribute |
Width override in pixels |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |