Navigation
API > API/Plugins > API/Plugins/Concert
Holds file version information
| Name | FConcertFileVersionInfo |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertVersion.h |
| Include Path | #include "ConcertVersion.h" |
Syntax
USTRUCT ()
struct FConcertFileVersionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileVersion | int32 | UE4 File version | ConcertVersion.h | |
| FileVersionLicensee | int32 | Licensee file version | ConcertVersion.h | |
| FileVersionUE5 | int32 | UE5 File version | ConcertVersion.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
Initialize this version info from the compiled in data | ConcertVersion.h | |
bool Validate
(
const FConcertFileVersionInfo& InOther, |
Validate this version info against another | ConcertVersion.h |