Navigation
API > API/Plugins > API/Plugins/IntroTutorials
References
| Module | IntroTutorials |
| Header | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/EditorTutorial.h |
| Include | #include "EditorTutorial.h" |
Syntax
USTRUCT&40;&41;
struct FTutorialWidgetContent
Remarks
Content that is displayed relative to a widget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoFocus | If this a node that can be focused (EG a blueprint node) should we auto focus on it | |
| FTutorialContent | Content | Content to associate with widget | |
| float | ContentWidth | Content width - text will be wrapped at this point | |
| TEnumAsByte< EHorizontalAlignment > | HorizontalAlignment | ||
| FVector2D | Offset | Custom offset from widget | |
| TEnumAsByte< EVerticalAlignment > | VerticalAlignment | ||
| FTutorialContentAnchor | WidgetAnchor | Anchor for content widget to highlight |
Constructors
| Type | Name | Description | |
|---|---|---|---|