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