Navigation
Unreal Engine C++ API Reference > Plugins > Concert
References
Module | Concert |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertVersion.h |
Include | #include "ConcertVersion.h" |
Syntax
USTRUCT&40;&41;
struct FConcertEngineVersionInfo
Remarks
Holds engine version information
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | Changelist | Changelist number. This is used to arbitrate when Major/Minor/Patch version numbers match |
![]() ![]() |
uint16 | Major | Major version number |
![]() ![]() |
uint16 | Minor | Minor version number |
![]() ![]() |
uint16 | Patch | Patch version number |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Initialize
(
const FEngineVersion& InVersion |
Initialize this version info from the given version |
![]() ![]() |
bool | Validate
(
const FConcertEngineVersionInfo& InOther, |
Validate this version info against another |