Mostly Harmless

Difference between revisions of "UE3:PlayerOwnerDataProvider (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
Line 31: Line 31:
 
{{code|function '''SetPlayerDataProvider''' ({{cl|PlayerDataProvider}} '''NewPlayerData''')}}
 
{{code|function '''SetPlayerDataProvider''' ({{cl|PlayerDataProvider}} '''NewPlayerData''')}}
  
<!-- enter function description -->
+
Links the PlayerDataProvider for the local player to this data store.
 +
 
 +
'''Parameters:'''
 +
* ''NewPlayerData'' - the new PlayerDataProvider to use for presenting this player's data to the UI.

Revision as of 05:24, 17 January 2010

Package: 
Engine
Implemented interfaces
UIListElementCellProvider
This class in other games:
UT3

Provides information about the owning player.

Properties

PlayerData

Type: PlayerDataProvider

Modifiers: transient

The player data provider registered with the GRI for this player.

Instance functions

CleanupDataProvider

function bool CleanupDataProvider ()

Overrides: UIDynamicDataProvider.CleanupDataProvider

Allows the data provider to clear any references that would interfere with garbage collection.

SetPlayerDataProvider

function SetPlayerDataProvider (PlayerDataProvider NewPlayerData)

Links the PlayerDataProvider for the local player to this data store.

Parameters:

  • NewPlayerData - the new PlayerDataProvider to use for presenting this player's data to the UI.