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" |
TSharedRef< SWidget > CreateTutorialsWidget
&40;
FName InContext,
TWeakPtr< SWindow > InContextWindow
&41; const
Remarks
Create a widget that allows access to the tutorial for the current context. a widget used to access context-sensitive tutorials
Parameters
| Name | 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) |