My program doesn't have bugs. It just develops random features.
UE3:PlayerSettingsProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UISettingsProvider >> PlayerSettingsProvider |
- Package:
- Engine
- Within class:
- UIDataStore_PlayerSettings
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 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