Steamworks.NativeMethods.ISteamGameServerUGC_SetItemPreview C# (CSharp) Method

ISteamGameServerUGC_SetItemPreview() private method

private ISteamGameServerUGC_SetItemPreview ( UGCUpdateHandle_t handle, InteropHelp pszPreviewFile ) : bool
handle UGCUpdateHandle_t
pszPreviewFile InteropHelp
return bool
		public static extern bool ISteamGameServerUGC_SetItemPreview(UGCUpdateHandle_t handle, InteropHelp.UTF8StringHandle pszPreviewFile);
NativeMethods