Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:UTUITabPage_EpicContent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_EpicContent

Contents

Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

Tab page for epic content available for download.

[edit] Properties

[edit] ContentDataStore

Type: UTUIDataStore_Content

Modifiers: transient

Reference to the content datastore.

[edit] ContentList

Type: UIList

Modifiers: transient

Reference to the content list.

[edit] MessageBoxReference

Type: UTUIScene_MessageBox

Modifiers: transient

Reference to a message box scene.

[edit] NewsInterface

Type: OnlineNewsInterface

Modifiers: transient

Reference to the news interface.

[edit] StatusLabel

Type: UILabel

Modifiers: transient

Reference to the status label.

[edit] Subobjects

[edit] WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

[edit] Functions

[edit] Native functions

[edit] LaunchWebBrowser

native function LaunchWebBrowser (string URL)

Launches a webbrowser to the specify URL

Parameters:

  • string - URL Page to browse to

[edit] Events

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

[edit] Other instance functions

[edit] OnButtonBar_DownloadContent

function bool OnButtonBar_DownloadContent (UIScreenObject InButton, int PlayerIndex)

Buttonbar Callbacks

[edit] OnContentList_SubmitSelection

function OnContentList_SubmitSelection (UIList Sender, int PlayerIndex)

Content List - Submit Selection.

[edit] OnDownloadContent

function OnDownloadContent ()

Downloads the selected content file.

[edit] OnDownloadContent_Confirm

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

Confirmation for the download content dialog.

[edit] 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

[edit] ReadContent

function ReadContent ()

Starts downloading content from the server.

[edit] SetupButtonBar

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTTabPage.SetupButtonBar

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

Personal tools