Navigation
API > API/Plugins > API/Plugins/IntroTutorials
References
| Module | IntroTutorials |
| Header | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/EditorTutorial.h |
| Include | #include "EditorTutorial.h" |
Syntax
USTRUCT&40;&41;
struct FTutorialCategory
Remarks
Category description
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | Localized text to use to describe this category | |
| FString | Icon | Icon for this tutorial, used when presented to the user in the tutorial browser. | |
| FString | Identifier | Period-separated category name, e.g. "Editor Quickstart.Level Editor" | |
| int32 | SortOrder | Sort order, used by the tutorial browser - set in editor game-agnostic INI file | |
| FSoftObjectPath | Texture | Texture for this tutorial, used when presented to the user in the tutorial browser. | |
| FText | Title | Title of the category |