#include <SSplitter.h>
◆ FSlot()
| SSplitter::FSlot::FSlot |
( |
| ) |
|
|
inline |
◆ CanBeResized()
| bool SSplitter::FSlot::CanBeResized |
( |
| ) |
const |
A slot can be resize if bIsResizable and the SizeRule is a FractionOfParent or the OnSlotResized delegate is set.
◆ Construct()
The size rule used by the slot. When the RuleSize is set to FractionOfParent, the size of the slot is the Value percentage of its parent size. Minimum slot size when resizing. Can the slot be resize by the user. Callback when the slot is resized.
◆ GetMinSize()
| float SSplitter::FSlot::GetMinSize |
( |
| ) |
const |
|
inline |
◆ GetSizeValue()
| float SSplitter::FSlot::GetSizeValue |
( |
| ) |
const |
|
inline |
◆ GetSizingRule()
| ESizeRule SSplitter::FSlot::GetSizingRule |
( |
| ) |
const |
|
inline |
◆ IsResizable()
| bool SSplitter::FSlot::IsResizable |
( |
| ) |
const |
|
inline |
◆ OnSlotResized() [1/2]
◆ OnSlotResized() [2/2]
◆ SetMinSize()
| void SSplitter::FSlot::SetMinSize |
( |
float |
InMinSize | ) |
|
|
inline |
Minimum slot size when resizing.
◆ SetResizable()
| void SSplitter::FSlot::SetResizable |
( |
bool |
bInIsResizable | ) |
|
|
inline |
◆ 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.
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h
- Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp