20 lines
417 B
Ucode
20 lines
417 B
Ucode
|
/**
|
||
|
* Provides information about the static resources available for a particular map.
|
||
|
*
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*/
|
||
|
class UIMapSummary extends UIResourceDataProvider
|
||
|
PerObjectConfig
|
||
|
Config(Game);
|
||
|
|
||
|
var config string MapName;
|
||
|
var config string ScreenshotPathName;
|
||
|
|
||
|
var localized string DisplayName;
|
||
|
var localized string Description;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
|
||
|
}
|