SteamUGCQueryCompleted
Swift
public struct SteamUGCQueryCompleted: Sendable
Steamworks SteamUGCQueryCompleted_t
Topics
var handle: UGCQueryHandle
var handle: UGCQueryHandle
var result: Result
var result: Result
var numResultsReturned: Int
var numResultsReturned: Int
var totalMatchingResults: Int
var totalMatchingResults: Int
var cachedData: Bool
var cachedData: Bool
var nextCursor: String
var nextCursor: String
init(handle: UGCQueryHandle, result: Result, numResultsReturned: Int, totalMatchingResults: Int, cachedData: Bool, nextCursor: String)
init(handle: UGCQueryHandle, result: Result, numResultsReturned: Int, totalMatchingResults: Int, cachedData: Bool, nextCursor: String)
Create a customized SteamUGCQueryCompleted