I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UIGameInfoSummary (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
Engine
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UT3

Provides information about the static resources available for a particular gametype.

Properties[edit]

bIsDisabled[edit]

Type: bool

Modifiers: config


bIsTeamGame[edit]

Type: bool

Modifiers: config


ClassName[edit]

Type: string

Modifiers: config


Description[edit]

Type: string

Modifiers: config, localized


GameAcronym[edit]

Type: string

Modifiers: config


GameName[edit]

Type: string

Modifiers: config, localized


GameSettingsClassName[edit]

Type: string

Modifiers: config

the pathname for the OnlineGameSettings subclass associated with this gametype

MapPrefix[edit]

Type: string

Modifiers: config


Events[edit]

IsProviderDisabled[edit]

event bool IsProviderDisabled ()

Overrides: UIDataProvider.IsProviderDisabled

Allows a resource data provider instance to indicate that it should be unselectable in subscribed lists

Returns:

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).