Navigation
API > API/Plugins > API/Plugins/Concert
Modes that can be used when validating Concert version information
| Name | EConcertVersionValidationMode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertVersion.h |
| Include Path | #include "ConcertVersion.h" |
Syntax
enum EConcertVersionValidationMode
{
Identical,
Compatible,
PatchCompatible,
}
Values
| Name | Remarks |
|---|---|
| Identical | Check that the version information is identical |
| Compatible | Check that the version information is compatible (other version is equal or newer than the current version) |
| PatchCompatible | Check that the major and minor version are identical but allow compatible patch versions. |