unreal.TutorialContentType

class unreal.TutorialContentType

Bases: EnumBase

The type of tutorial content to display

C++ Source:

  • Plugin: GuidedTutorials

  • Module: IntroTutorials

  • File: EditorTutorial.h

NONE: TutorialContentType

Blank - displays no content

Type:

0

RICH_TEXT: TutorialContentType

Rich text content

Type:

3

TEXT: TutorialContentType

Plain text content

Type:

1

UDN_EXCERPT: TutorialContentType

Content from a UDN excerpt

Type:

2