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