Navigation
Unreal Engine C++ API Reference > Editor > GameProjectGeneration
References
Module | GameProjectGeneration |
Header | /Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h |
Include | #include "TemplateProjectDefs.h" |
Syntax
struct FTemplateCategoryDef
Variables
Type | Name | Description |
---|---|---|
FString | Icon | Reference to an icon to display for this category. Should be around 300x100. |
bool | IsMajorCategory | Is this a major top-level category? Major categories are displayed as full rows, eg. the Game category. |
FName | Key | Key to use for identifying what category a template is in. |
TArray< FLocali... | LocalizedDescriptions | Localized description for this template category. |
TArray< FLocali... | LocalizedDisplayNames | Localized name for this template category. |