Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
This class is responsible for mapping properties in an OnlineGameSettings object to something that the UI system can consume. NOTE: Each game needs to derive at least one class from this one in order to expose the game's specific settings class(es)
Core.Object | +-- Engine.UIRoot | +-- Engine.UIDataProvider | +-- Engine.UIDataStore | +-- Engine.UIDataStore_Settings | +-- Engine.UIDataStore_OnlineGameSettings
UTDataStore_GameSettingsDM
Variables Summary | |
---|---|
array<GameSettingsCfg> | GameSettingsCfgList |
int | SelectedIndex |
Inherited Variables from Engine.UIDataStore |
---|
RefreshSubscriberNotifies, Tag |
Structures Summary | ||
---|---|---|
GameSettingsCfg GameSettingsClass, Provider, GameSettings, SettingsName |
Functions Summary | ||
---|---|---|
![]() | bool | CreateGame (byte ControllerIndex )) |
![]() | OnlineGameSettings | GetCurrentGameSettings ())) |
![]() | UIDataProvider_Settings | GetCurrentProvider ())) |
![]() | LoadToCurrentSettings (string ProfileName)) | |
![]() | MoveToNext ())) | |
![]() | MoveToPrevious ())) | |
![]() | SetCurrentByIndex (int NewIndex)) | |
![]() | SetCurrentByName (name SettingsName)) | |
![]() | StoreCurrentSettings (string ProfileName)) |
Inherited Functions from Engine.UIDataStore |
---|
GetDataStoreClient, NotifyGameSessionEnded, OnCommit, RefreshSubscribers, Registered, SubscriberAttached, SubscriberDetached, Unregistered |
Variables Detail |
---|
The list of settings that this data store is exposing
The index into the list that is currently being exposed
Structures Detail |
---|
var OnlineGameSettings GameSettings;};
var class<OnlineGameSettings> GameSettingsClass;
var UIDataProvider_Settings Provider;
var name SettingsName;
Holds the information used to expose 1 or more game settings providers
GameSettings:The object we are exposing to the UIGameSettingsClass:The OnlineGameSettings derived class to create and exposeProvider:The provider that was created to process the specified game settings objectSettingsName:Used to set/select by name
Functions Detail |
---|
Called to kick create an online game based upon the settings
@param WorldInfo the world info object. useful for actor iterators
@param ControllerIndex the ControllerId for the player to create the game for
@return TRUE if the game was created, FALSE otherwise
Returns the game settings object that is currently selected
Returns the provider object that is currently selected
Moves to the next item in the list
Moves to the previous item in the list
Sets the index into the list of game settings to use
@param NewIndex the new index to use
Sets the index into the list of game settings to use
@param SettingsName the name of the setting to find
Defaultproperties |
---|
defaultproperties { Tag="OnlineGameSettings" WriteAccessType=ACCESS_WriteAll Name="Default__UIDataStore_OnlineGameSettings" ObjectArchetype=UIDataStore_Settings'Engine.Default__UIDataStore_Settings' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |