Mostly Harmless

UE3:UIGameInfoSummary (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
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

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


MapPrefix[edit]

Type: string

Modifiers: config


Events[edit]

IsProviderDisabled[edit]

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