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

20 lines
417 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* 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
{
}