Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout
Inheritance Hierarchy
- TSharedFromThis
- FLinkedBoxManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h |
| Include | #include "Widgets/Layout/SLinkedBox.h" |
Syntax
class FLinkedBoxManager : public TSharedFromThis< FLinkedBoxManager >
Remarks
Manages a group of SLinkedBoxes that report the same size based on the largest size of any LinkedBoxes in this managed group.
FLinkedBoxManager needs to be created and passed to each LinkedBox during construction.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | CachedUniformSize | ||
| uint64 | FrameCounterLastCached |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | Used by the individual SLinkedBoxes to acquire the computed uniform size | ||
| void | RegisterLinkedBox
(
SLinkedBox* InBox |
Add an SLinkedBox | |
| void | UnregisterLinkedBox
(
SLinkedBox* InBox |
Remove an SLinkedBox |