Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TSlotBase > API/Runtime/SlateCore/TSlotBase/FSlotArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SlotType::FSlotArguments & operator[]
(
TSharedRef< SWidget >&& InChildWidget |
Attach the child widget the slot will own. | SlotBase.h | |
SlotType::FSlotArguments & operator[]
(
const TSharedRef< SWidget >& InChildWidget |
SlotBase.h |
operator
Description
Attach the child widget the slot will own.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/SlotBase.h |
| Include Path | #include "SlotBase.h" |
SlotType::FSlotArguments & operator[]
(
TSharedRef < SWidget > && InChildWidget
)
operator
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/SlotBase.h |
| Include Path | #include "SlotBase.h" |
SlotType::FSlotArguments & operator[]
(
const TSharedRef < SWidget > & InChildWidget
)