getUgcDownloadProgress method

bool getUgcDownloadProgress(
  1. UgcHandle hContent,
  2. Pointer<Int> pnBytesDownloaded,
  3. Pointer<Int> pnBytesExpected
)

Implementation

bool getUgcDownloadProgress(
  UgcHandle hContent,
  Pointer<Int> pnBytesDownloaded,
  Pointer<Int> pnBytesExpected,
) =>
    _getUgcDownloadProgress.call(
      this,
      hContent,
      pnBytesDownloaded,
      pnBytesExpected,
    );