I don't need to test my programs. I have an error-correcting modem.

UE3:UIGameInfoSummary (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
Engine
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

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

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] bIsDisabled

Type: bool

Modifiers: config


[edit] bIsTeamGame

Type: bool

Modifiers: config


[edit] ClassName

Type: string

Modifiers: config


[edit] Description

Type: string

Modifiers: config, localized


[edit] GameAcronym

Type: string

Modifiers: config


[edit] GameName

Type: string

Modifiers: config, localized


[edit] MapPrefix

Type: string

Modifiers: config


[edit] Events

[edit] IsProviderDisabled

event bool IsProviderDisabled ()

Overrides: UIResourceDataProvider.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).