Steamworks.NativeMethods.ISteamGameServerUGC_RemoveItemKeyValueTags C# (CSharp) Method

ISteamGameServerUGC_RemoveItemKeyValueTags() private method

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