1
0
KF2-Dev-Scripts/Engine/Classes/UIDataStore_Remote.uc

15 lines
449 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* 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-2013 Epic Games, Inc. All Rights Reserved.
*/
class UIDataStore_Remote extends UIDataStore
native(inherit)
abstract;
DefaultProperties
{
Tag=RemoteData
}