getUgcDetails method

bool getUgcDetails(
  1. UgcHandle hContent,
  2. Pointer<UnsignedInt> pnAppId,
  3. Pointer<Pointer<Utf8>> ppchName,
  4. Pointer<Int> pnFileSizeInBytes,
  5. Pointer<UnsignedLongLong> pSteamIdOwner,
)

Implementation

bool getUgcDetails(
  UgcHandle hContent,
  Pointer<UnsignedInt> pnAppId,
  Pointer<Pointer<Utf8>> ppchName,
  Pointer<Int> pnFileSizeInBytes,
  Pointer<UnsignedLongLong> pSteamIdOwner,
) =>
    _getUgcDetails.call(
      this,
      hContent,
      pnAppId,
      ppchName,
      pnFileSizeInBytes,
      pSteamIdOwner,
    );