Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | SCustomLaunchMapListView |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchMapListView.h |
| Include Path | #include "Widgets/Shared/SCustomLaunchMapListView.h" |
Syntax
class SCustomLaunchMapListView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCustomLaunchMapListView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCustomLaunchMapListView
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FMapTreeNode |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FMapTreeNodePtr | TSharedPtr< FMapTreeNode > | Widgets/Shared/SCustomLaunchMapListView.h | |
| FOnSelectionChanged | TBaseDelegate_OneParam< void, TArray< FString > > | Widgets/Shared/SCustomLaunchMapListView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasPaintedThisFrame | bool | Widgets/Shared/SCustomLaunchMapListView.h | ||
| bMapListDirty | bool | Widgets/Shared/SCustomLaunchMapListView.h | ||
| bShowFolders | bool | Widgets/Shared/SCustomLaunchMapListView.h | ||
| CurrentFilterText | FString | Widgets/Shared/SCustomLaunchMapListView.h | ||
| MapTreeRoot | FMapTreeNodePtr | Widgets/Shared/SCustomLaunchMapListView.h | ||
| MapTreeView | TSharedPtr< STreeView< FMapTreeNodePtr > > | Widgets/Shared/SCustomLaunchMapListView.h | ||
| MapTreeViewItemsSource | TArray< FMapTreeNodePtr > | Widgets/Shared/SCustomLaunchMapListView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/Shared/SCustomLaunchMapListView.h | ||
TSharedRef< SWidget > MakeControlsWidget() |
Widgets/Shared/SCustomLaunchMapListView.h | ||
void RefreshMapList() |
Widgets/Shared/SCustomLaunchMapListView.h |