My program doesn't have bugs. It just develops random features.
UE3:UIGameInfoSummary (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UIGameInfoSummary |
- Package:
- Engine
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
- UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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.
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).