Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlotBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AttachWidget
(
TSharedRef< SWidget >&& InWidget |
Attach the child widget the slot now owns. | SlotBase.h | |
void AttachWidget
(
const TSharedRef< SWidget >& InWidget |
SlotBase.h |
AttachWidget(TSharedRef< SWidget > &&)
Description
Attach the child widget the slot now owns.
| Name | AttachWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/SlotBase.h |
| Include Path | #include "SlotBase.h" |
void AttachWidget
(
TSharedRef < SWidget > && InWidget
)
AttachWidget(const TSharedRef< SWidget > &)
| Name | AttachWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/SlotBase.h |
| Include Path | #include "SlotBase.h" |
void AttachWidget
(
const TSharedRef < SWidget > & InWidget
)