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
struct FWidgetAndPointer : public FArrangedWidget
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWidgetAndPointer
(
const FArrangedWidget& InWidget |
|||
FWidgetAndPointer
(
const FArrangedWidget& InWidget, |
|||
FWidgetAndPointer
(
const FArrangedWidget& InWidget, |
FWidgetAndPointer constructor that takes a shared ptr is deprecated. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FVirtualPointerPosition > | |||
| void | SetPointerPosition
(
TOptional< FVirtualPointerPosition > InPosition |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< const FVirtualPointerPosition > | PointerPosition | Direct access to PointerPosition is now deprecated. Use the getter or setter. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FWidgetAndPointer
(
const FArrangedWidget& InWidget, |
FWidgetAndPointer constructor that takes a shared ptr is deprecated. |