Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
Go to the source code of this file.
Classes | |
class | FEngineVersionBase |
Enumerations | |
enum class | EVersionComponent { Major , Minor , Patch , Changelist , Branch } |
enum class | EVersionComparison { Neither , First , Second } |
|
strong |
Components of a version string.
Enumerator | |
---|---|
Neither | |
First | |
Second |
Definition at line 19 of file EngineVersionBase.h.
|
strong |
Enum for the components of a version string.
Enumerator | |
---|---|
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 |
Definition at line 8 of file EngineVersionBase.h.