This data structure is part of the Ecom Interface.
Remarks
Contains information about a single release within the catalog. Instances of this structure are created by EOS_Ecom_CopyItemReleaseByIndex. They must be passed to EOS_Ecom_CatalogRelease_Release.
Properties
EOS_Ecom_CatalogRelease
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_ECOM_CATALOGRELEASE_API_LATEST. |
uint32_t CompatibleAppIdCount | The number of APP IDs |
const char** CompatibleAppIds | A list of compatible APP IDs |
uint32_t CompatiblePlatformCount | The number of platforms |
const char** CompatiblePlatforms | A list of compatible Platforms |
const char* ReleaseNote | Release note for compatible versions |