Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
Helper class to create a combo box that can select an item
| Name | SCustomLaunchCombo |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchCombo.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchCombo.h" |
Syntax
template<typename T>
class SCustomLaunchCombo : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchCombo
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchCombo
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetItemText | TBaseDelegate_OneParam< FText, T > | Widgets/Shared/SCustomLaunchCombo.h | |
| FOnSelectionChanged | TBaseDelegate_OneParam< void, T > | Widgets/Shared/SCustomLaunchCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/Shared/SCustomLaunchCombo.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetSelectedItemDisplayName() |
Widgets/Shared/SCustomLaunchCombo.h | ||
TSharedRef< SWidget > MakeWidget() |
Widgets/Shared/SCustomLaunchCombo.h | ||
void SetSelectedItem
(
T Value |
Widgets/Shared/SCustomLaunchCombo.h | ||
FText ToText
(
T Value |
Widgets/Shared/SCustomLaunchCombo.h | ||
virtual FText ToTextOverride
(
T Value |
Widgets/Shared/SCustomLaunchCombo.h |