Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchDeviceListView |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchDeviceListView.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchDeviceListView.h" |
Syntax
class SCustomLaunchDeviceListView : public SCustomLaunchDeviceWidgetBase
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchDeviceWidgetBase → SCustomLaunchDeviceListView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchDeviceWidgetBase → SCustomLaunchDeviceListView
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceProxyListView | TSharedPtr< SListView< TSharedPtr< ITargetDeviceProxy > > > | Widgets/Shared/SCustomLaunchDeviceListView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Shared/SCustomLaunchDeviceListView.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< ITableRow > GenerateDeviceProxyRow
(
TSharedPtr< ITargetDeviceProxy > DeviceProxy, |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
ECheckBoxState IsDeviceProxyChecked
(
TSharedPtr< ITargetDeviceProxy > DeviceProxy |
Widgets/Shared/SCustomLaunchDeviceListView.h | ||
void OnDeviceProxyCheckStateChanged
(
ECheckBoxState NewState, |
Widgets/Shared/SCustomLaunchDeviceListView.h |
Overridden from SCustomLaunchDeviceWidgetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDeviceListRefreshed() |
Widgets/Shared/SCustomLaunchDeviceListView.h |