UGCMatchingUGCType

Swift
public enum UGCMatchingUGCType: CInt, Sendable

Steamworks EUGCMatchingUGCType


Topics

case items

Steamworks k_EUGCMatchingUGCType_Items

Declaration
Swift
case items = 0

case itemsMtx

Steamworks k_EUGCMatchingUGCType_Items_Mtx

Declaration
Swift
case itemsMtx = 1

case itemsReadyToUse

Steamworks k_EUGCMatchingUGCType_Items_ReadyToUse

Declaration
Swift
case itemsReadyToUse = 2

case collections

Steamworks k_EUGCMatchingUGCType_Collections

Declaration
Swift
case collections = 3

case artwork

Steamworks k_EUGCMatchingUGCType_Artwork

Declaration
Swift
case artwork = 4

case videos

Steamworks k_EUGCMatchingUGCType_Videos

Declaration
Swift
case videos = 5

case screenshots

Steamworks k_EUGCMatchingUGCType_Screenshots

Declaration
Swift
case screenshots = 6

case allGuides

Steamworks k_EUGCMatchingUGCType_AllGuides

Declaration
Swift
case allGuides = 7

case webGuides

Steamworks k_EUGCMatchingUGCType_WebGuides

Declaration
Swift
case webGuides = 8

case integratedGuides

Steamworks k_EUGCMatchingUGCType_IntegratedGuides

Declaration
Swift
case integratedGuides = 9

case usableInGame

Steamworks k_EUGCMatchingUGCType_UsableInGame

Declaration
Swift
case usableInGame = 10

case controllerBindings

Steamworks k_EUGCMatchingUGCType_ControllerBindings

Declaration
Swift
case controllerBindings = 11

case gameManagedItems

Steamworks k_EUGCMatchingUGCType_GameManagedItems

Declaration
Swift
case gameManagedItems = 12

case all

Steamworks k_EUGCMatchingUGCType_All

Declaration
Swift
case all = -1

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 13