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

Engine.UIGameInfoSummary

Extends
UIResourceDataProvider
Modifiers
PerObjectConfig Config ( Game )

Provides information about the static resources available for a particular gametype. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIPropertyDataProvider
         |   
         +-- Engine.UIResourceDataProvider
            |   
            +-- Engine.UIGameInfoSummary

Variables Summary
boolbIsDisabled
boolbIsTeamGame
stringClassName
stringDescription
stringGameAcronym
stringGameName
stringMapPrefix
Inherited Variables from Engine.UIPropertyDataProvider
ComplexPropertyTypes

Functions Summary
eventbool IsProviderDisabled ()))
Inherited Functions from Engine.UIResourceDataProvider
IsProviderDisabled
Inherited Functions from Engine.UIPropertyDataProvider
GetCustomPropertyValue


Variables Detail

bIsDisabled Source code

var config bool bIsDisabled;

bIsTeamGame Source code

var config bool bIsTeamGame;

ClassName Source code

var config string ClassName;

Description Source code

var config localized string Description;

GameAcronym Source code

var config string GameAcronym;

GameName Source code

var config localized string GameName;

MapPrefix Source code

var config string MapPrefix;


Functions Detail

IsProviderDisabled Source code

event bool IsProviderDisabled ( ) )
Allows a resource data provider instance to indicate that it should be unselectable in subscribed lists
@return FALSE to indicate that list elements which represent this data provider should be considered unselectable or otherwise disabled (though it will still appear in the list).


Defaultproperties

defaultproperties
{
   Name="Default__UIGameInfoSummary"
   ObjectArchetype=UIResourceDataProvider'Engine.Default__UIResourceDataProvider'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:47.278 - Created with UnCodeX