Navigation
API > API/Plugins > API/Plugins/IntroTutorials
A single tutorial stage, containing the optional main content & a number of widgets with content attached
| Name | FTutorialStage |
| Type | struct |
| Header File | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/EditorTutorial.h |
| Include Path | #include "EditorTutorial.h" |
Syntax
USTRUCT ()
struct FTutorialStage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackButtonText | FText | Text to display on the back button | EditorTutorial.h |
|
| bInvertPlatformTest | bool | If false, stage will be skipped if running on any platform in PlatformsToTest. | EditorTutorial.h |
|
| Content | FTutorialContent | Non-widget-bound content to display in this stage | EditorTutorial.h |
|
| Name | FName | Identifier for this stage | EditorTutorial.h |
|
| NextButtonText | FText | Text to display on the next button | EditorTutorial.h |
|
| PlatformsToTest | TArray< FString > | List of platforms to test against. Meaning of test is determined by InvertPlatformTest. | EditorTutorial.h |
|
| WidgetContent | TArray< FTutorialWidgetContent > | Widget-bound content to display for this stage | EditorTutorial.h |
|