EProjectDescriptorVersion::Type

Version numbers for project descriptors.

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/ProjectDescriptor.h

Include

#include "ProjectDescriptor.h"

Syntax

namespace EProjectDescriptorVersion
{
    enum Type
    {
        Invalid                     = 0,
        Initial                     = 1,
        NameHash                    = 2,
        ProjectPluginUnification    = 3,
        LatestPlusOne,
        Latest                      = LatestPlusOne - 1,
    }
}

Values

Name

Description

Invalid

Initial

NameHash

ProjectPluginUnification

LatestPlusOne

!!!!!!!!!! IMPORTANT: Remember to also update LatestPluginDescriptorFileVersion in Plugins.cs (and Plugin system documentation) when this changes!!!!!!!!!!! --="">----------------------------------------------

Latest

Remarks

Version numbers for project descriptors.

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