I'm a doctor, not a mechanic
UE3:UISettingsProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UISettingsProvider |
- Package:
- Engine
- Direct subclasses:
- PlayerSettingsProvider, SessionSettingsProvider
- This class in other games:
- UDK
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. |
Base class for data providers which provide settings data.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
Properties
ProviderTag
Type: name
Modifiers: const
The tag to use for this provider. This is the name that will appear in the data store browser for this data provider's tree item.
Default value: 'SettingsProvider'
Instance functions
CleanupDataProvider
function bool CleanupDataProvider ()
Allows the data provider to clear any references that would interfere with garbage collection.
Returns:
- TRUE if the instance reference was successfully cleared.
LoadPropertyValue
Stores the options related to creating or connecting to game sessions that have been selected thus far.