UE3:UTUITabPage_EpicContent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_EpicContent
Package:
UTGame
Implemented interfaces:
UIDataStoreSubscriber

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Tab page for epic content available for download.

Properties

ContentDataStore

Type: UTUIDataStore_Content

Modifiers: transient

Reference to the content datastore.

ContentList

Type: UIList

Modifiers: transient

Reference to the content list.

MessageBoxReference

Type: UTUIScene_MessageBox

Modifiers: transient

Reference to a message box scene.

NewsInterface

Type: OnlineNewsInterface

Modifiers: transient

Reference to the news interface.

StatusLabel

Type: UILabel

Modifiers: transient

Reference to the status label.

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Functions

Native functions

LaunchWebBrowser

native function LaunchWebBrowser (string URL)

Launches a webbrowser to the specify URL

Parameters:

  • string - URL Page to browse to

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions

OnButtonBar_DownloadContent

function bool OnButtonBar_DownloadContent (UIScreenObject InButton, int PlayerIndex)

Buttonbar Callbacks

OnContentList_SubmitSelection

function OnContentList_SubmitSelection (UIList Sender, int PlayerIndex)

Content List - Submit Selection.

OnDownloadContent

function OnDownloadContent ()

Downloads the selected content file.

OnDownloadContent_Confirm

function OnDownloadContent_Confirm (UTUIScene_MessageBox MessageBox, int SelectedItem, int PlayerIndex)

Confirmation for the download content dialog.

OnReadContentAnnouncementsCompleted

function OnReadContentAnnouncementsCompleted (bool bWasSuccessful)

Delegate used in notifying the UI/game that the content announcements read operation completed

Parameters:

  • bWasSuccessful - true if the read completed ok, false otherwise

ReadContent

function ReadContent ()

Starts downloading content from the server.

SetupButtonBar

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTTabPage.SetupButtonBar

Callback allowing the tabpage to setup the button bar for the current scene.