IIntroTutorials::CreateTutorialsWidget

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

Windows
MacOS
Linux

References

Module

IntroTutorials

Header

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

Include

#include "IIntroTutorials.h"

Syntax

TSharedRef< SWidget > CreateTutorialsWidget
(
    FName InContext,
    TWeakPtr< SWindow > InContextWindow
) const

Remarks

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

Returns

a widget used to access context-sensitive tutorials

Parameters

Parameter

Description

InContext

The name of the context this widget is attached to (e.g. "LevelEditor")

InContextWindow

The window that the context is attached to (e.g. the main window, or an asset editor tab)

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