Navigation
API > API/Plugins > API/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 FConcertFileVersionInfo
Remarks
Holds file version information
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | FileVersion | UE4 File version | |
| int32 | FileVersionLicensee | Licensee file version | |
| int32 | FileVersionUE5 | UE5 File version |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Initialize this version info from the compiled in data | |
| bool | Validate
(
const FConcertFileVersionInfo& InOther, |
Validate this version info against another |