Navigation
API > API/Editor > API/Editor/UnrealEd
Used by new level dialog.
| Name | FTemplateMapInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/TemplateMapInfo.h |
| Include Path | #include "Editor/TemplateMapInfo.h" |
Syntax
USTRUCT ()
struct FTemplateMapInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTemplateMapInfo() |
Editor/TemplateMapInfo.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FString | Optional category used for sorting | Editor/TemplateMapInfo.h |
|
| DisplayName | FText | Optional display name override for this map template | Editor/TemplateMapInfo.h |
|
| Map | FSoftObjectPath | The object path to the template map | Editor/TemplateMapInfo.h |
|
| Thumbnail | FSoftObjectPath | The Texture associated with this map template | Editor/TemplateMapInfo.h |
|
| ThumbnailTexture | TSoftObjectPtr< class UTexture2D > | The Texture2D associated with this map template | Editor/TemplateMapInfo.h |