Navigation
API > API/Plugins > API/Plugins/IntroTutorials > API/Plugins/IntroTutorials/IIntroTutorials > API/Plugins/IntroTutorials/IIntroTutorials/LaunchTutorial
References
| Module | IntroTutorials |
| Header | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/IIntroTutorials.h |
| Include | #include "IIntroTutorials.h" |
void LaunchTutorial
&40;
UEditorTutorial &42; Tutorial,
IIntroTutorials::ETutorialStartType InStartType,
TWeakPtr< SWindow > InNavigationWindow,
FSimpleDelegate OnTutorialClosed,
FSimpleDelegate OnTutorialExited
&41;
Remarks
Launch a tutorial immediately, bypassing the tutorial browser.
Parameters
| Name | 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. |