Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUITabPage_EpicContent

Extends
UTTabPage
Modifiers
placeable native ( UIFrontEnd )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. Tab page for epic content available for download.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIContainer
            |   
            +-- Engine.UITabPage
               |   
               +-- UTGame.UTTabPage
                  |   
                  +-- UTGame.UTUITabPage_EpicContent

Constants Summary
Inherited Contants from Engine.UITabPage
CAPTION_DATABINDING_INDEX, DESCRIPTION_DATABINDING_INDEX, TOOLTIP_DATABINDING_INDEX

Variables Summary
UTUIDataStore_ContentContentDataStore
UIListContentList
UTUIScene_MessageBoxMessageBoxReference
OnlineNewsInterfaceNewsInterface
UILabelStatusLabel
Inherited Variables from UTGame.UTTabPage
bRequiresTick
Inherited Variables from Engine.UITabPage
ButtonCaption, ButtonClass, ButtonToolTip, PageDescription, TabButton

Functions Summary
function LaunchWebBrowser (string URL)
functionbool OnButtonBar_DownloadContent (UIScreenObject InButton, int PlayerIndex))
function OnContentList_SubmitSelection (UIList Sender, int PlayerIndex ))
function OnDownloadContent ()))
function OnDownloadContent_Confirm (UTUIScene_MessageBox MessageBox, int SelectedItem, int PlayerIndex))
function OnReadContentAnnouncementsCompleted (bool bWasSuccessful))
event PostInitialize ()))
function ReadContent ()))
function SetupButtonBar (UTUIButtonBar ButtonBar))
Inherited Functions from UTGame.UTTabPage
CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar
Inherited Functions from Engine.UITabPage
ActivatePage, AddedToTabControl, CanActivatePage, ClearBoundDataStores, CreateTabButton, GetBoundDataStores, GetDataStoreBinding, GetOwnerTabControl, GetTabButton, IsActivePage, LinkToTabButton, NotifyDataStoreValueUpdated, OnActiveStateChanged, RefreshSubscriberValue, RemovedFromParent, SetDataStoreBinding, SetTabCaption


Variables Detail

ContentDataStore Source code

var transient UTUIDataStore_Content ContentDataStore;
Reference to the content datastore.

ContentList Source code

var transient UIList ContentList;
Reference to the content list.

MessageBoxReference Source code

var transient UTUIScene_MessageBox MessageBoxReference;
Reference to a message box scene.

NewsInterface Source code

var transient OnlineNewsInterface NewsInterface;
Reference to the news interface.

StatusLabel Source code

var transient UILabel StatusLabel;
Reference to the status label.


Functions Detail

LaunchWebBrowser Source code

native function LaunchWebBrowser ( string URL )
Launches a webbrowser to the specify URL
@param string URL Page to browse to

OnButtonBar_DownloadContent Source code

function bool OnButtonBar_DownloadContent ( UIScreenObject InButton, int PlayerIndex) )
Buttonbar Callbacks

OnContentList_SubmitSelection Source code

function OnContentList_SubmitSelection ( UIList Sender, int PlayerIndex ) )
Content List - Submit Selection.

OnDownloadContent Source code

function OnDownloadContent ( ) )
Downloads the selected content file.

OnDownloadContent_Confirm Source code

function OnDownloadContent_Confirm ( UTUIScene_MessageBox MessageBox, int SelectedItem, int PlayerIndex) )
Confirmation for the download content dialog.

OnReadContentAnnouncementsCompleted Source code

function OnReadContentAnnouncementsCompleted ( bool bWasSuccessful) )
Delegate used in notifying the UI/game that the content announcements read operation completed
@param bWasSuccessful true if the read completed ok, false otherwise

PostInitialize Source code

event PostInitialize ( ) )
Post initialization event - Setup widget delegates.

ReadContent Source code

function ReadContent ( ) )
Starts downloading content from the server.

SetupButtonBar Source code

function SetupButtonBar ( UTUIButtonBar ButtonBar) )
Callback allowing the tabpage to setup the button bar for the current scene.


Defaultproperties

defaultproperties
{
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTUITabPage_EpicContent"
   ObjectArchetype=UTTabPage'UTGame.Default__UTTabPage'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:59.577 - Created with UnCodeX