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