EVersionComponent

Enum for the components of a version string.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/EngineVersionBase.h

Include

#include "Misc/EngineVersionBase.h"

Syntax

enum EVersionComponent
{
    Major,
    Minor,
    Patch,
    Changelist,
    Branch,
}

Values

Name

Description

Major

Major version increments introduce breaking API changes.

Minor

Minor version increments add additional functionality without breaking existing APIs.

Patch

Patch version increments fix existing functionality without changing the API.

Changelist

The pre-release field adds additional versioning through a series of comparable dotted strings or numbers.

Branch

Remarks

Enum for the components of a version string.

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