Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SWidgetSwitcher > API/Runtime/Slate/SWidgetSwitcher/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & operator+
(
typename FSlot::FSlotArguments& SlotToAdd |
Widgets/Layout/SWidgetSwitcher.h | ||
WidgetArgsType & operator+
(
typename FSlot::FSlotArguments&& SlotToAdd |
Widgets/Layout/SWidgetSwitcher.h |
operator+(typename FSlot::FSlotArguments &)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWidgetSwitcher.h |
| Include Path | #include "Widgets/Layout/SWidgetSwitcher.h" |
WidgetArgsType & operator+
(
typename FSlot::FSlotArguments & SlotToAdd
)
operator+(typename FSlot::FSlotArguments &&)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SWidgetSwitcher.h |
| Include Path | #include "Widgets/Layout/SWidgetSwitcher.h" |
WidgetArgsType & operator+
(
typename FSlot::FSlotArguments && SlotToAdd
)