Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
Include |
#include "Widgets/Layout/SSplitter.h" |
class FSlot : public TSlotBase< FSlot >
Name | Description | |
---|---|---|
|
FSlot() |
Name | Description | ||
---|---|---|---|
|
CanBeResized() |
A slot can be resize if bIsResizable and the SizeRule is a FractionOfParent or the OnSlotResized delegate is set. |
|
|
Construct ( |
||
|
float |
GetMinSize() |
|
|
float |
GetSizeValue() |
|
|
GetSizingRule() |
||
|
IsResizable() |
||
|
FOnSlotResiz... |
OnSlotResized() |
Callback when the slot is resized. |
|
const FOnSlo... |
OnSlotResized() |
|
|
SetMinSize ( |
Minimum slot size when resizing. |
|
|
SetResizable ( |
Can the slot be resize by the user. |
|
|
SetSizeValue ( |
When the RuleSize is set to FractionOfParent, the size of the slot is the Value percentage of its parent size. |
|
|
SetSizingRule ( |
The size rule used by the slot. |
Name |
Description |
|
---|---|---|
|
FSlotArguments |
Name | Description | ||
---|---|---|---|
|
bIsResizable |
Direct access to bIsResizable is now deprecated. Use the getter. |
|
|
TAttribute< flo... |
MinSizeValue |
Direct access to MinSizeValue is now deprecated. Use the getter. |
|
OnSlotResized_Handler |
Direct access to OnSlotResized_Handler is now deprecated. Use the getter. |
|
|
TAttribute< flo... |
SizeValue |
Direct access to SizeValue is now deprecated. Use the getter. |
|
TAttribute< ESi... |
SizingRule |
Direct access to SizingRule is now deprecated. Use the getter. |