Navigation
API > API/Runtime > API/Runtime/EngineSettings
Used by new level dialog.
| Name | FTemplateMapInfoOverride |
| Type | struct |
| Header File | /Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h |
| Include Path | #include "GameMapsSettings.h" |
Syntax
USTRUCT ()
struct FTemplateMapInfoOverride
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTemplateMapInfoOverride() |
GameMapsSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | The display name of the map template in the level dialog. | GameMapsSettings.h |
|
| Map | FSoftObjectPath | The path to the template map | GameMapsSettings.h |
|
| Thumbnail | FSoftObjectPath | The thumbnail to display in the new level dialog | GameMapsSettings.h |
|