unreal.TutorialContentType

class unreal.TutorialContentType

Bases: unreal.EnumBase

The type of tutorial content to display

C++ Source:

  • Module: IntroTutorials

  • File: EditorTutorial.h

NONE

Blank - displays no content

Type

0

RICH_TEXT

Rich text content

Type

3

TEXT

Plain text content

Type

1

UDN_EXCERPT

Content from a UDN excerpt

Type

2