Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- FArrangedWidget
- FWidgetAndPointer
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h |
| Include | #include "Layout/ArrangedWidget.h" |
Syntax
class FArrangedWidget
Remarks
A pair: Widget and its Geometry. Widgets populate an list of WidgetGeometries when they arrange their children. See SWidget::ArrangeChildren.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometry | Geometry | The widget's geometry. | |
| TSharedRef< SWidget > | Widget | The widget that is being arranged. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArrangedWidget
(
TSharedRef< SWidget > InWidget, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FArrangedWidget & | |||
| SWidget * | GetWidgetPtr () |
The widget that is being arranged. | |
| FString | ToString () |
Gets the string representation of the Widget and corresponding Geometry. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FArrangedWidget& Other |
Compares this widget arrangement with another for equality. |