My program doesn't have bugs. It just develops random features.

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

bIsDisabled

Type: bool

Modifiers: config


bIsTeamGame

Type: bool

Modifiers: config


ClassName

Type: string

Modifiers: config


Description

Type: string

Modifiers: config, localized


GameAcronym

Type: string

Modifiers: config


GameName

Type: string

Modifiers: config, localized


GameSettingsClassName

Type: string

Modifiers: config

the pathname for the OnlineGameSettings subclass associated with this gametype

MapPrefix

Type: string

Modifiers: config


Events

IsProviderDisabled

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