Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchContentSchemeCombo |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchContentSchemeCombo.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchContentSchemeCombo.h" |
Syntax
class SCustomLaunchContentSchemeCombo : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchContentSchemeCombo
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchContentSchemeCombo
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetContentSchemeAvailability | TBaseDelegate_TwoParams< bool, ProjectLauncher::EContentScheme, FText & > | Widgets/Shared/SCustomLaunchContentSchemeCombo.h | |
| FOnSelectionChanged | TBaseDelegate_OneParam< void, ProjectLauncher::EContentScheme > | Widgets/Shared/SCustomLaunchContentSchemeCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetContentSchemeName() |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h | ||
TSharedRef< SWidget > MakeContentSchemeSelectionWidget() |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h | ||
void SetContentScheme
(
ProjectLauncher::EContentScheme ContentScheme |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h |