Steamworks.SteamRemoteStorage.GetCachedUGCCount C# (CSharp) Method

GetCachedUGCCount() public static method

Functions to iterate through UGC that has finished downloading but has not yet been read via UGCRead()

public static GetCachedUGCCount ( ) : int
return int
		public static int GetCachedUGCCount() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_GetCachedUGCCount();
		}