EOS_Ecom_KeyImageInfo

EOS API reference page for EOS_Ecom_KeyImageInfo

1분 소요

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

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_ECOM_KEYIMAGEINFO_API_LATEST.
const char* TypeDescribes the usage of the image (ex: home_thumbnail)
const char* UrlThe URL of the image
uint32_t WidthThe expected width in pixels of the image
uint32_t HeightThe expected height in pixels of the image