Navigation
API > API/Plugins > API/Plugins/IntroTutorials > API/Plugins/IntroTutorials/IIntroTutorials
References
| Module | IntroTutorials |
| Header | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/IIntroTutorials.h |
| Include | #include "IIntroTutorials.h" |
TSharedPtr< SWidget > CreateTutorialsLoadingWidget
&40;
TWeakPtr< SWindow > InContextWindow
&41; const
Remarks
Create a widget that shows a "loading" visual while waiting for tutorials to load. a widget used to access context-sensitive tutorials
Parameters
| Name | Description |
|---|---|
| InContextWindow | The window that the context is attached to (e.g. the main window, or an asset editor tab) |