Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchPlatformCombo |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchPlatformCombo.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchPlatformCombo.h" |
Syntax
class SCustomLaunchPlatformCombo : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchPlatformCombo
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchPlatformCombo
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnSelectionChanged | TBaseDelegate_OneParam< void, TArray< FString > > | Widgets/Shared/SCustomLaunchPlatformCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Shared/SCustomLaunchPlatformCombo.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateBrush * GetSelectedPlatformBrush() |
Widgets/Shared/SCustomLaunchPlatformCombo.h | ||
FText GetSelectedPlatformName() |
Widgets/Shared/SCustomLaunchPlatformCombo.h | ||
TSharedRef< SWidget > OnGeneratePlatformListWidget
(
TSharedPtr< FString > Platform |
Widgets/Shared/SCustomLaunchPlatformCombo.h | ||
void OnPlatformSelectionChanged
(
TSharedPtr< FString > Platform, |
Widgets/Shared/SCustomLaunchPlatformCombo.h |