ETutorialContent::Type

The type of tutorial content to display

Windows
MacOS
Linux

References

Module

IntroTutorials

Header

/Engine/Source/Editor/IntroTutorials/Public/EditorTutorial.h

Include

#include "EditorTutorial.h"

Syntax

namespace ETutorialContent
{
    enum Type
    {
        None,
        Text,
        UDNExcerpt,
        RichText,
    }
}

Values

Name

Description

None

Blank - displays no content

Text

Plain text content

UDNExcerpt

Content from a UDN excerpt

RichText

Rich text content

Remarks

The type of tutorial content to display

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss