ETutorialStartType

Parameter for LaunchTutorial function.

Windows
MacOS
Linux

References

Module

IntroTutorials

Header

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

Include

#include "IIntroTutorials.h"

Syntax

enum ETutorialStartType
{
    TST_CONTINUE,
    TST_RESTART,
    TST_LASTSTAGE,
}

Values

Name

Description

TST_CONTINUE

Default start type, picks up where user left off if appropriate.

TST_RESTART

Restart and clear progress.

TST_LASTSTAGE

Start at the last stage of the tutorial, used when backing up to a previous tutorial.

Remarks

Parameter for LaunchTutorial function.

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