Mostly Harmless
UE3:PlayerOwnerDataProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIDynamicDataProvider >> PlayerDataProvider >> PlayerOwnerDataProvider |
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. |
Provides information about the owning player.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
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.