UPico_AssetDetails class.
More...
#include <Pico_AssetFile.h>
|
FString | GetAssetId () |
| The unique identifier of DLC file.
|
|
FString | GetFilePath () |
| The path to the downloaded DLC file. For a non-downloaded DLC file, this field will be empty.
|
|
FString | GetAssetType () |
| Some DLC files can be displayed in the PICO Store. Now it has two values: default or store . You can refer to AssetType for details.
|
|
FString | GetDownloadStatus () |
| One of downloaded , available , and in-progress . You can refer to DownloadStatus for details.
|
|
FString | GetIapStatus () |
| One of entitled , not-entitled . You can refer to IapStatus for details.
|
|
FString | GetMetadata () |
| The meta info of the DLC file.
|
|
FString | GetFilename () |
| The name of the DLC file.
|
|
int32 | GetVersion () |
| The version of the DLC file.
|
|
FString | GetIapSku () |
| The SKU of the in-app product that the DLC file associated with.
|
|
FString | GetIapName () |
| The name of the in-app product that the DLC fiel associated with.
|
|
FString | GetIapPrice () |
| The price of this DLC file.
|
|
FString | GetIapCurrency () |
| The currency required for purchasing the DLC file.
|
|
FString | GetIapDescription () |
| The description of the in-app product that the DLC file associated with.
|
|
FString | GetIapIconUrl () |
| The icon of the in-app product that the DLC file associated with.
|
|