RemoteStorageDownloadUGCResult
Swift
public struct RemoteStorageDownloadUGCResult: Sendable
Steamworks RemoteStorageDownloadUGCResult_t
Topics
var result: Result
var result: Result
var file: UGCHandle
var file: UGCHandle
var appID: AppID
var appID: AppID
var sizeInBytes: Int
var sizeInBytes: Int
var fileName: String
var fileName: String
var steamIDOwner: SteamID
var steamIDOwner: SteamID
init(result: Result, file: UGCHandle, appID: AppID, sizeInBytes: Int, fileName: String, steamIDOwner: SteamID)
init(result: Result, file: UGCHandle, appID: AppID, sizeInBytes: Int, fileName: String, steamIDOwner: SteamID)