Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SBox
- SLinkedBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h |
| Include | #include "Widgets/Layout/SLinkedBox.h" |
Syntax
class SLinkedBox : public SBox
Remarks
A panel that
Constructors
| Type | Name | Description | |
|---|---|---|---|
SLinkedBox () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~SLinkedBox () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Most panels do not create widgets as part of their implementation, so they do not need to implement a Construct()Most panels do not create widgets as part of their implementation, so they do not need to implement a Construct() | |
| void | |||
| FVector2D |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. | |
| bool | CustomPrepass
(
float LayoutScaleMultiplier |
CustomPrepass - Returns false so instead of each SLinkedBox prepass being called in the usual depth first order, the Manager can call a prepass on all of the sibling LinkedBoxes at once. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |