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