EConcertVersionValidationMode

Modes that can be used when validating Concert version information

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertVersion.h

Include

#include "ConcertVersion.h"

Syntax

enum EConcertVersionValidationMode
{
    Identical,
    Compatible,
}

Values

Name

Description

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)

Remarks

Modes that can be used when validating Concert version information

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