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
| Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UIGameInfoSummary |
Contents |
- Package:
- Engine
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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).
