Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIDataStore_Remote


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
/**
 * Provides the UI with access to data received from remote machines across a network. One usage of this type of data store
 * would be for a server browser, where game and player data about internet game sessions is retrieved from the master server.
 *
 * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
 */
class UIDataStore_Remote extends UIDataStore
	native(inherit)
	abstract;

defaultproperties
{
   Tag="RemoteData"
   Name="Default__UIDataStore_Remote"
   ObjectArchetype=UIDataStore'Engine.Default__UIDataStore'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:12.000 - Creation time: sk 18-3-2018 10:01:16.976 - Created with UnCodeX