Navigation
| Name | IntroTutorials |
| Type | Editor |
| Part of Plugins | Guided Tutorials |
| Location | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/ |
| Module Build Rules | IntroTutorials.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UEditorTutorial | An asset used to build a stage-by-stage tutorial in the editor |
Structs
| Name | Remarks |
|---|---|
| FTutorialCategory | Category description |
| FTutorialContent | Content wrapper |
| FTutorialContentAnchor | A way of identifying something to be highlighted by a tutorial |
| FTutorialStage | A single tutorial stage, containing the optional main content & a number of widgets with content attached |
| FTutorialWidgetContent | Content that is displayed relative to a widget |
Interfaces
| Name | Remarks |
|---|---|
| IIntroTutorials | The public interface to this module. |
Enums
Public
| Name | Remarks |
|---|---|
| ETutorialAnchorIdentifier::Type | The type of tutorial content to display |
| ETutorialContent::Type | The type of tutorial content to display |