Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
Helper class that can display a list of items, if those items have a LexToString function available
| Name | SCustomLaunchLexToStringCombo |
| 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 SCustomLaunchLexToStringCombo : public SCustomLaunchCombo< T >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchCombo → SCustomLaunchLexToStringCombo
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchCombo → SCustomLaunchLexToStringCombo
Functions
Public
Overridden from SCustomLaunchCombo
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText ToTextOverride
(
T Value |
Widgets/Shared/SCustomLaunchCombo.h |