UE3:UIDataProvider_OnlineClanMates (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)
UT3 Object >> UIRoot >> UIDataProvider >> UIDataProvider_OnlinePlayerDataBase >> UIDataProvider_OnlineClanMates
Package:
Engine
Implemented interfaces:
UIListElementCellProvider
This class in other games:

This class is responsible for retrieving the clan mates list from the online subsystem and populating the UI with that data.

Functions

Events

OnRegister

event OnRegister (LocalPlayer InPlayer)

Overrides: UIDataProvider_OnlinePlayerDataBase.OnRegister

Binds the player to this provider. Starts the async friends list gathering

Parameters:

  • InPlayer - the player that we are retrieving friends for

Other instance functions

OnClanMatesReadComplete

function OnClanMatesReadComplete ()

Handles the notification that the async read of the clan mates data is done