Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/SCustomLaunchDeviceListView
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchDeviceListView.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchDeviceListView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCustomLaunchDeviceListView >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCustomLaunchDeviceListView::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Shared/SCustomLaunchDeviceListView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Shared/SCustomLaunchDeviceListView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllPlatforms
(
bool InArg |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
WidgetArgsType & OnDeviceRemoved
(
const FOnDeviceRemoved& InDelegate |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
WidgetArgsType & Platforms
(
const TAttribute< TArray< FString > >& InAttribute |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
WidgetArgsType & SelectedDevices
(
const TAttribute< TArray< FString > >& InAttribute |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
WidgetArgsType & SingleSelect
(
bool InArg |
Widgets/Shared/SCustomLaunchDeviceListView.h |