I don't need to test my programs. I have an error-correcting modem.

UE3:PlayerSettingsProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UISettingsProvider >> PlayerSettingsProvider
Package: 
Engine
Within class: 
UIDataStore_PlayerSettings

Base class for data providers which provide the UI with with read/write access to settings which are configurable per-player, such as input, display, audio, and general preferences. Each local player in the game receives its own set of unique PlayerSettingsProviders.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
ProviderTag 'PlayerSettingsProvider'

Events[edit]

OnRegister[edit]

event OnRegister (LocalPlayer InPlayer)

Binds the player to this provider

Parameters:

  • InPlayer - the player that is being bound to the provider

OnUnregister[edit]

event OnUnregister ()

Tells the provider that the player is no longer valid