This data structure is part of the Ecom Interface.
Remarks
Contains information about a key image used by the catalog. Instances of this structure are created by EOS_Ecom_CopyItemImageInfoByIndex. They must be passed to EOS_Ecom_KeyImageInfo_Release. A Key Image is defined within Dev Portal and is associated with a Catalog Item. A Key Image is intended to be used to provide imagery for an in-game store.
See Also
EOS_Ecom_CopyItemImageInfoByIndex, EOS_Ecom_KeyImageInfo_Release
Properties
EOS_Ecom_KeyImageInfo
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_ECOM_KEYIMAGEINFO_API_LATEST. |
const char* Type | Describes the usage of the image (ex: home_thumbnail) |
const char* Url | The URL of the image |
uint32_t Width | The expected width in pixels of the image |
uint32_t Height | The expected height in pixels of the image |