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 FTutorialContent
Remarks
Content wrapper
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Content | Content reference string, path etc. | |
| FString | ExcerptName | Excerpt name for UDN excerpt | |
| FText | Text | Localized text to use with this content | |
| TEnumAsByte< ETutorialContent::Type > | Type | The type of this content |
Constructors
| Type | Name | Description | |
|---|---|---|---|