ETutorialAnchorIdentifier::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 ETutorialAnchorIdentifier
{
    enum Type
    {
        None,
        NamedWidget,
        Asset,
    }
}

Values

Name

Description

None

No anchor

NamedWidget

Uses a tutorial wrapper widget

Asset

An asset accessible via the content browser

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