Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchDeviceWidgetBase |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchDeviceWidgetBase.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchDeviceWidgetBase.h" |
Syntax
class SCustomLaunchDeviceWidgetBase : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchDeviceWidgetBase
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchDeviceWidgetBase
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SCustomLaunchDeviceWidgetBase() |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnDeviceRemoved | TBaseDelegate_OneParam< void, FString > | Widgets/Shared/SCustomLaunchDeviceWidgetBase.h | |
| FOnSelectionChanged | TBaseDelegate_OneParam< void, TArray< FString > > | Widgets/Shared/SCustomLaunchDeviceWidgetBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct() |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h | ||
void OnSelectedPlatformChanged() |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h | ||
void RefreshDeviceList() |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedRef< ITargetDeviceProxyManager > GetDeviceProxyManager() |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h | ||
virtual void OnDeviceListRefreshed() |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h | ||
void OnDeviceProxyAdded
(
const TSharedRef< ITargetDeviceProxy >& DeviceProxy |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h | ||
void OnDeviceProxyRemoved
(
const TSharedRef< ITargetDeviceProxy >& DeviceProxy |
Widgets/Shared/SCustomLaunchDeviceWidgetBase.h |