IIntroTutorials::LaunchTutorial

Launch a tutorial immediately, bypassing the tutorial browser.

Windows
MacOS
Linux

References

Module

IntroTutorials

Header

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

Include

#include "IIntroTutorials.h"

Syntax

void LaunchTutorial
(
    UEditorTutorial * Tutorial,
    IIntroTutorials::ETutorialStartType InStartType,
    TWeakPtr< SWindow > InNavigationWindow,
    FSimpleDelegate OnTutorialClosed,
    FSimpleDelegate OnTutorialExited
)

Remarks

Launch a tutorial immediately, bypassing the tutorial browser.

Parameters

Parameter

Description

Tutorial

The tutorial to launch

bRestart

Whether to restart the tutorial or resume from where we left off last time.

InNavigationWindow

Optional window to launch the tutorial from - this is where navigation will be displayed.

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