My program doesn't have bugs. It just develops random features.

UE3:PlayerSettingsProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Property Value
ProviderTag 'PlayerSettingsProvider'

Events

OnRegister

event OnRegister (LocalPlayer InPlayer)

Binds the player to this provider

Parameters:

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

OnUnregister

event OnUnregister ()

Tells the provider that the player is no longer valid