Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/SCustomLaunchContentSchemeCombo
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchContentSchemeCombo.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchContentSchemeCombo.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCustomLaunchContentSchemeCombo >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCustomLaunchContentSchemeCombo::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Shared/SCustomLaunchContentSchemeCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h | ||
WidgetArgsType & IsContentSchemeAvailable
(
const FGetContentSchemeAvailability& InDelegate |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h | ||
WidgetArgsType & SelectedContentScheme
(
const TAttribute< ProjectLauncher::EContentScheme >& InAttribute |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h | ||
WidgetArgsType & TextStyle
(
const FTextBlockStyle* InArg |
Widgets/Shared/SCustomLaunchContentSchemeCombo.h |