Always snap to grid

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
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

Tab page for epic content available for download.

Properties[edit]

ContentDataStore[edit]

Type: UTUIDataStore_Content

Modifiers: transient

Reference to the content datastore.

ContentList[edit]

Type: UIList

Modifiers: transient

Reference to the content list.

MessageBoxReference[edit]

Type: UTUIScene_MessageBox

Modifiers: transient

Reference to a message box scene.

NewsInterface[edit]

Type: OnlineNewsInterface

Modifiers: transient

Reference to the news interface.

StatusLabel[edit]

Type: UILabel

Modifiers: transient

Reference to the status label.

Subobjects[edit]

WidgetEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Functions[edit]

Native functions[edit]

LaunchWebBrowser[edit]

native function LaunchWebBrowser (string URL)

Launches a webbrowser to the specify URL

Parameters:

  • string - URL Page to browse to

Events[edit]

PostInitialize[edit]

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions[edit]

OnButtonBar_DownloadContent[edit]

function bool OnButtonBar_DownloadContent (UIScreenObject InButton, int PlayerIndex)

Buttonbar Callbacks

OnContentList_SubmitSelection[edit]

function OnContentList_SubmitSelection (UIList Sender, int PlayerIndex)

Content List - Submit Selection.

OnDownloadContent[edit]

function OnDownloadContent ()

Downloads the selected content file.

OnDownloadContent_Confirm[edit]

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

Confirmation for the download content dialog.

OnReadContentAnnouncementsCompleted[edit]

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

function ReadContent ()

Starts downloading content from the server.

SetupButtonBar[edit]

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTTabPage.SetupButtonBar

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