Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SSplitter > API/Runtime/Slate/Widgets/Layout/SSplitter/FSlot
Inheritance Hierarchy
- FSlotBase::FSlotArguments
- TSlotBase::FSlotArguments
- SSplitter::FSlot::FSlotArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
| Include | #include "Widgets/Layout/SSplitter.h" |
Syntax
struct FSlotArguments : public TSlotBase< FSlot >::FSlotArguments
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | MinSize
(
const TAttribute< float >& InAttribute |
Minimum slot size when resizing. | |
| WidgetArgsType & | OnSlotResized
(
const FOnSlotResized& InDelegate |
Callback when the slot is resized. | |
| WidgetArgsType & | Can the slot be resize by the user. | ||
| WidgetArgsType & | SizeRule
(
const TAttribute< ESizeRule >& InAttribute |
The size rule used by the slot. | |
| WidgetArgsType & | Value
(
const TAttribute< float >& InAttribute |
When the RuleSize is set to FractionOfParent, the size of the slot is the Value percentage of its parent size. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |