Navigation
API > API/Plugins > API/Plugins/IntroTutorials
Content wrapper
| Name | FTutorialContent |
| Type | struct |
| Header File | /Engine/Plugins/Editor/GuidedTutorials/Source/IntroTutorials/Public/EditorTutorial.h |
| Include Path | #include "EditorTutorial.h" |
Syntax
USTRUCT ()
struct FTutorialContent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTutorialContent() |
EditorTutorial.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Content | FString | Content reference string, path etc. | EditorTutorial.h |
|
| ExcerptName | FString | Excerpt name for UDN excerpt | EditorTutorial.h |
|
| Text | FText | Localized text to use with this content | EditorTutorial.h |
|
| Type | TEnumAsByte< ETutorialContent::Type > | The type of this content | EditorTutorial.h |
|