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