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 = Ellipsis

Blank - displays no content

Type:

0

RICH_TEXT: TutorialContentType = Ellipsis

Rich text content

Type:

3

TEXT: TutorialContentType = Ellipsis

Plain text content

Type:

1

UDN_EXCERPT: TutorialContentType = Ellipsis

Content from a UDN excerpt

Type:

2