Steamworks.NativeMethods.ISteamGameServerUGC_RemoveItemPreview C# (CSharp) Method

ISteamGameServerUGC_RemoveItemPreview() private method

private ISteamGameServerUGC_RemoveItemPreview ( UGCUpdateHandle_t handle, uint index ) : bool
handle UGCUpdateHandle_t
index uint
return bool
		public static extern bool ISteamGameServerUGC_RemoveItemPreview(UGCUpdateHandle_t handle, uint index);
NativeMethods