MetaPlatformSDK_AssetFileDownloadCancelResult

Inherits: RefCounted

Represents the result of canceling an asset file download.

Description

Represents the result of canceling an asset file download.

Properties

int

asset_id

0

String

filepath

""

bool

success

false


Property Descriptions

int asset_id = 0

  • int get_asset_id ( )

ID of the asset file.


String filepath = ""

  • String get_filepath ( )

File path of the asset file.


bool success = false

  • bool get_success ( )

Whether the cancel request was successful.