IIntroTutorials

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IIntroTutorials

References

Module

IntroTutorials

Header

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

Include

#include "IIntroTutorials.h"

Syntax

class IIntroTutorials : public IModuleInterface

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function

void

 

CloseAllTutorialContent()

Close all tutorial content, including the browser.

Public function Const

TSharedPtr< ...

 

CreateTutorialsLoadingWidget

(
    TWeakPtr< SWindow > InContextWindow
)

Create a widget that shows a "loading" visual while waiting for tutorials to load.

Public function Const

TSharedRef< ...

 

CreateTutorialsWidget

(
    FName InContext,
    TWeakPtr< SWindow > InContextWindow
)

Create a widget that allows access to the tutorial for the current context.

Public function Static

IIntroTutori...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

void

 

LaunchTutorial

(
    const FString& TutorialAssetName,
    TSharedPtr< SWindow > InNavigationW...
)

Launch a tutorial with the specified asset.

Public function

void

 

LaunchTutorial

(
    UEditorTutorial* Tutorial,
    IIntroTutorials::ETutorialStartType...,
    TWeakPtr< SWindow > InNavigationWin...,
    FSimpleDelegate OnTutorialClosed,
    FSimpleDelegate OnTutorialExited
)

Launch a tutorial immediately, bypassing the tutorial browser.

Public function

void

 

RegisterCategory

(
    FTutorialCategory NewCategory
)

Register a new category with the tutorial browser.

Enums

Name

Description

Public enum

ETutorialStartType

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