IIntroTutorials::CreateTutorialsLoadingWidget

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

Windows
MacOS
Linux

References

Module

IntroTutorials

Header

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

Include

#include "IIntroTutorials.h"

Syntax

TSharedPtr< SWidget > CreateTutorialsLoadingWidget
(
    TWeakPtr< SWindow > InContextWindow
) const

Remarks

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

Returns

a widget used to access context-sensitive tutorials

Parameters

Parameter

Description

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