Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FChildren
| Name | FWidgetRef |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h |
| Include Path | #include "Layout/ChildrenBase.h" |
Syntax
struct FWidgetRef
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetRef
(
const FWidgetRef& Other |
Layout/ChildrenBase.h | ||
FWidgetRef
(
FWidgetRef&& Other |
Layout/ChildrenBase.h | ||
FWidgetRef
(
ECopyConstruct, |
Layout/ChildrenBase.h | ||
FWidgetRef
(
ERefConstruct, |
Layout/ChildrenBase.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WidgetCopy | TOptional< TSharedRef< SWidget > > | Layout/ChildrenBase.h | ||
| WidgetReference | SWidget & | Layout/ChildrenBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SWidget & GetWidget() |
Layout/ChildrenBase.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetRef & operator=
(
const FWidgetRef& |
Layout/ChildrenBase.h | ||
FWidgetRef & operator=
(
FWidgetRef&& |
Layout/ChildrenBase.h |