Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchCultureListView |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchCultureListView.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchCultureListView.h" |
Syntax
class SCustomLaunchCultureListView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchCultureListView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchCultureListView
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FCultureTreeNode | |
| FLocalizationGroup |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCultureTreeNodePtr | TSharedPtr< FCultureTreeNode > | Widgets/Shared/SCustomLaunchCultureListView.h | |
| FOnSelectionChanged | TBaseDelegate_OneParam< void, TArray< FString > > | Widgets/Shared/SCustomLaunchCultureListView.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| LocalizationGroupDisplayName | const FText | Widgets/Shared/SCustomLaunchCultureListView.h | |
| LocalizationGroupPrefixes | const TCHAR ** | Widgets/Shared/SCustomLaunchCultureListView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCultureListDirty | bool | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| bHasPaintedThisFrame | bool | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| CultureListView | TSharedPtr< STreeView< FCultureTreeNodePtr > > | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| CultureListViewItemsSource | TArray< FCultureTreeNodePtr > | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| CultureTreeRoot | FCultureTreeNodePtr | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| CurrentFilterText | FString | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| LocalizationGroupDetails | TMap< ELocalizationGroupFilter, FLocalizationGroup > | Widgets/Shared/SCustomLaunchCultureListView.h | ||
| LocalizationGroupFilter | ELocalizationGroupFilter | Widgets/Shared/SCustomLaunchCultureListView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/Shared/SCustomLaunchCultureListView.h | ||
TSharedRef< SWidget > MakeControlsWidget() |
Widgets/Shared/SCustomLaunchCultureListView.h | ||
void RefreshCultureList() |
Widgets/Shared/SCustomLaunchCultureListView.h |