Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSplitter
| Name | FSlot |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h |
| Include Path | #include "Widgets/Layout/SSplitter.h" |
Syntax
class FSlot : public TSlotBase< FSlot >
Inheritance Hierarchy
- FSlotPosition → FSlotBase → TSlotBase → SSplitter::FSlot
- FSlotBase → TSlotBase → SSplitter::FSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlot() |
Widgets/Layout/SSplitter.h |
Structs
| Name | Remarks |
|---|---|
| FSlotArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsResizable | TOptional< bool > | Widgets/Layout/SSplitter.h | ||
| MinSizeValue | TAttribute< float > | Widgets/Layout/SSplitter.h | ||
| OnSlotResized_Handler | FOnSlotResized | Widgets/Layout/SSplitter.h | ||
| SizeValue | TAttribute< float > | Widgets/Layout/SSplitter.h | ||
| SizingRule | TAttribute< ESizeRule > | Widgets/Layout/SSplitter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanBeResized() |
A slot can be resize if bIsResizable and the SizeRule is a FractionOfParent or the OnSlotResized delegate is set. | Widgets/Layout/SSplitter.h | |
void Construct
(
const FChildren& SlotOwner, |
Widgets/Layout/SSplitter.h | ||
float GetMinSize() |
Widgets/Layout/SSplitter.h | ||
float GetSizeValue() |
Widgets/Layout/SSplitter.h | ||
ESizeRule GetSizingRule() |
Widgets/Layout/SSplitter.h | ||
bool IsResizable() |
Widgets/Layout/SSplitter.h | ||
FOnSlotResized & OnSlotResized () |
Callback when the slot is resized. | Widgets/Layout/SSplitter.h | |
const FOnSlotResized & OnSlotResized () |
Widgets/Layout/SSplitter.h | ||
void SetMinSize
(
float InMinSize |
Minimum slot size when resizing. | Widgets/Layout/SSplitter.h | |
void SetResizable
(
bool bInIsResizable |
Can the slot be resize by the user. | Widgets/Layout/SSplitter.h | |
void SetSizeValue
(
TAttribute< float > InValue |
When the RuleSize is set to FractionOfParent, the size of the slot is the Value percentage of its parent size. | Widgets/Layout/SSplitter.h | |
void SetSizingRule
(
TAttribute< ESizeRule > InSizeRule |
The size rule used by the slot. | Widgets/Layout/SSplitter.h |