ELastDirectory::Type

The different directory identifiers

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorDirectories.h

Include

#include "EditorDirectories.h"

Syntax

namespace ELastDirectory
{
    enum Type
    {
        UNR,
        BRUSH,
        FBX,
        FBX_ANIM,
        GENERIC_IMPORT,
        GENERIC_EXPORT,
        GENERIC_OPEN,
        GENERIC_SAVE,
        MESH_IMPORT_EXPORT,
        WORLD_ROOT,
        LEVEL,
        PROJECT,
        NEW_ASSET,
        MAX,
    }
}

Values

Name

Description

UNR

BRUSH

FBX

FBX_ANIM

GENERIC_IMPORT

GENERIC_EXPORT

GENERIC_OPEN

GENERIC_SAVE

MESH_IMPORT_EXPORT

WORLD_ROOT

LEVEL

PROJECT

NEW_ASSET

MAX

Remarks

The different directory identifiers

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