Choose your operating system:
Windows
macOS
Linux
| FSlotBase::FSlotArguments
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
Include |
#include "Widgets/Layout/SSplitter.h" |
struct FSlotArguments : public TSlotBase< FSlot >::FSlotArguments
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
MinSize ( |
Minimum slot size when resizing. |
|
WidgetArgsTy... |
OnSlotResized ( |
Callback when the slot is resized. |
|
WidgetArgsTy... |
Resizable |
Can the slot be resize by the user. |
|
WidgetArgsTy... |
SizeRule ( |
The size rule used by the slot. |
|
WidgetArgsTy... |
Value ( |
When the RuleSize is set to FractionOfParent, the size of the slot is the Value percentage of its parent size. |
Name |
Description |
---|---|
WidgetArgsType |