Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h |
Include |
#include "Widgets/Layout/SLinkedBox.h" |
class SLinkedBox : public SBox
A panel that
Name | Description | |
---|---|---|
|
SLinkedBox() |
Name | Description | |
---|---|---|
|
~SLinkedBox() |
Name | Description | ||
---|---|---|---|
|
Construct ( |
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() |
|
|
CustomChildPrepass() |
||
|
GetChildrensDesiredSize() |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
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. |
|
|
CustomPrepass ( |
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. |
Name |
Description |
|
---|---|---|
|
FArguments |