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