Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchBuildTargetCombo |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchBuildTargetCombo.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchBuildTargetCombo.h" |
Syntax
class SCustomLaunchBuildTargetCombo : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchBuildTargetCombo
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchBuildTargetCombo
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnSelectionChanged | TBaseDelegate_OneParam< void, FString > | Widgets/Shared/SCustomLaunchBuildTargetCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/Shared/SCustomLaunchBuildTargetCombo.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetBuildTargetName() |
Widgets/Shared/SCustomLaunchBuildTargetCombo.h | ||
FString GetDefaultBuildTargetName() |
Widgets/Shared/SCustomLaunchBuildTargetCombo.h | ||
TSharedRef< SWidget > MakeBuildTargetSelectionWidget() |
Widgets/Shared/SCustomLaunchBuildTargetCombo.h | ||
void SetBuildTargetName
(
FString BuildTargetName |
Widgets/Shared/SCustomLaunchBuildTargetCombo.h |