Navigation
API > API/Runtime > API/Runtime/Projects
Version numbers for project descriptors.
| Name | EProjectDescriptorVersion::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Projects/Public/ProjectDescriptor.h |
| Include Path | #include "ProjectDescriptor.h" |
Syntax
namespace EProjectDescriptorVersion
{
enum Type
{
Invalid = 0,
Initial = 1,
NameHash = 2,
ProjectPluginUnification = 3,
LatestPlusOne,
Latest = LatestPlusOne - 1,
}
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Initial | |
| NameHash | |
| ProjectPluginUnification | |
| LatestPlusOne | !!!!!!!!!! IMPORTANT: Remember to also update LatestPluginDescriptorFileVersion in Plugins.cs (and Plugin system documentation) when this changes!!!!!!!!!!! -- |
| Latest |