FTutorialStage

A single tutorial stage, containing the optional main content & a number of widgets with content attached

Windows
MacOS
Linux

References

Module

IntroTutorials

Header

/Engine/Source/Editor/IntroTutorials/Public/EditorTutorial.h

Include

#include "EditorTutorial.h"

Syntax

struct FTutorialStage

Remarks

A single tutorial stage, containing the optional main content & a number of widgets with content attached

Variables

Name Description

Public variable

FText

 

BackButtonText

Text to display on the back button

Public variable

bool

 

bInvertPlatformTest

If false, stage will be skipped if running on any platform in PlatformsToTest.

Public variable

FTutorialConten...

 

Content

Non-widget-bound content to display in this stage

Public variable

FName

 

Name

Identifier for this stage

Public variable

FText

 

NextButtonText

Text to display on the next button

Public variable

TArray< FString...

 

PlatformsToTest

List of platforms to test against. Meaning of test is determined by InvertPlatformTest.

Public variable

TArray< FTutori...

 

WidgetContent

Widget-bound content to display for this stage

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss