Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
This class provides the UI with access to game session settings providers. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. @fixme - not ready for use yet!
Core.Object | +-- Engine.UIRoot | +-- Engine.UIDataProvider | +-- Engine.UIDataStore | +-- Engine.UIDataStore_Settings | +-- Engine.UIDataStore_SessionSettings
Variables Summary | |
---|---|
array<SessionSettingsProvider> | SessionSettings |
array<class<SessionSettingsProvider>> | SessionSettingsProviderClasses |
array<string> | SessionSettingsProviderClassNames |
Inherited Variables from Engine.UIDataStore |
---|
RefreshSubscriberNotifies, Tag |
Functions Summary | ||
---|---|---|
![]() | ClearDataProviders ())) | |
![]() | bool | NotifyGameSessionEnded ())) |
Inherited Functions from Engine.UIDataStore |
---|
GetDataStoreClient, NotifyGameSessionEnded, OnCommit, RefreshSubscribers, Registered, SubscriberAttached, SubscriberDetached, Unregistered |
Variables Detail |
---|
The data providers for all session settings, such as game info settings, access control settings, etc.
Array of SessionSettingsProvider derived classes loaded from SessionSettingsProviderClassNames. Filled in InitializeDataStore().
Array of SessionSettingsProvider derived class names to load and initialize
Functions Detail |
---|
Clears all data provider references.
Called when the current map is being unloaded. Cleans up any references which would prevent garbage collection.
@return TRUE indicates that this data store should be automatically unregistered when this game session ends.
Defaultproperties |
---|
defaultproperties { Tag="GameSettings" Name="Default__UIDataStore_SessionSettings" ObjectArchetype=UIDataStore_Settings'Engine.Default__UIDataStore_Settings' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |