Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/SCustomLaunchCombo
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchCombo.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchCombo.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCustomLaunchCombo< T > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCustomLaunchCombo::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Shared/SCustomLaunchCombo.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Shared/SCustomLaunchCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & GetDisplayName
(
const FGetItemText& InDelegate |
Widgets/Shared/SCustomLaunchCombo.h | ||
WidgetArgsType & GetItemToolTip
(
const FGetItemText& InDelegate |
Widgets/Shared/SCustomLaunchCombo.h | ||
WidgetArgsType & Items
(
const TAttribute< TArray< T > >& InAttribute |
Widgets/Shared/SCustomLaunchCombo.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Widgets/Shared/SCustomLaunchCombo.h | ||
WidgetArgsType & SelectedItem
(
const TAttribute< T >& InAttribute |
Widgets/Shared/SCustomLaunchCombo.h |