UE3:UTUITabPage_EpicContent (UT3)
![]() |
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_EpicContent |
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. |
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
Launches a webbrowser to the specify URL
Parameters:
- string - URL Page to browse to
Events
PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions
OnButtonBar_DownloadContent
Buttonbar Callbacks
OnContentList_SubmitSelection
Content List - Submit Selection.
OnDownloadContent
Downloads the selected content file.
OnDownloadContent_Confirm
Confirmation for the download content dialog.
OnReadContentAnnouncementsCompleted
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
Starts downloading content from the server.
SetupButtonBar
Overrides: UTTabPage.SetupButtonBar
Callback allowing the tabpage to setup the button bar for the current scene.