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 FConcertCustomVersionInfo
Remarks
Holds custom version information
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | FriendlyName | Friendly name of the version | |
| FGuid | Key | Unique custom key | |
| int32 | Version | Custom version |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const FCustomVersion& InVersion |
Initialize this version info from the given version | |
| bool | Validate
(
const FConcertCustomVersionInfo& InOther, |
Validate this version info against another |