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

UTGame.UTUIFrontEnd_Community

Extends
UTUIFrontEnd_BasicMenu

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. Community scene for UT3.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIScene
         |   
         +-- UTGame.UTUIScene
            |   
            +-- UTGame.UTUIFrontEnd
               |   
               +-- UTGame.UTUIFrontEnd_BasicMenu
                  |   
                  +-- UTGame.UTUIFrontEnd_Community

Variables Summary
stringDemoPlaybackScene
stringFriendsScene
stringNewsScene
stringStatsScene
Inherited Variables from UTGame.UTUIFrontEnd_BasicMenu
bSupportBackButton, DescriptionLabel, MenuList
Inherited Variables from UTGame.UTUIFrontEnd
bCancellingInstallPS3, bInstallingPS3, ButtonBar, CurrentPageIndex, ImportingMessageBoxReference, ImportState, LastURL, PreviousPageIndex, TabControl, TitleMarkupString, VersionFont, VersionPos, VersionText

Enumerations Summary
CommunityOptions
COMMUNITY_OPTION_NEWS, COMMUNITY_OPTION_FRIENDS, COMMUNITY_OPTION_MESSAGES, COMMUNITY_OPTION_ACHIEVEMENTS, COMMUNITY_OPTION_STATS, COMMUNITY_OPTION_DEMOPLAYBACK, COMMUNITY_OPTION_CREDITS,
Inherited Enumerations from UTGame.UTUIFrontEnd
EModImport

Functions Summary
function OnAchievementsScene_Opened (UIScene OpenedScene, bool bInitialActivation))
function OnMessagesScene_Opened (UIScene OpenedScene, bool bInitialActivation))
function OnSelectItem (int PlayerIndex=0))
function OnShowAchievements (int PlayerIndex))
function OnShowDemoPlayback ()))
function OnShowDLC ()))
function OnShowDLC_Finish (UIScene OpenedScene, bool bInitialActivation))
function OnShowFriends ()))
function OnShowMessages ()))
function OnShowMyContent ()))
function OnShowMyContent_Finish (UIScene OpenedScene, bool bInitialActivation))
function OnShowNews ()))
function OnShowStats ()))
event PostInitialize ()))
Inherited Functions from UTGame.UTUIFrontEnd_BasicMenu
HandleInputKey, OnBack, OnButtonBar_Back, OnButtonBar_Select, OnMenu_SubmitSelection, OnMenu_ValueChanged, OnSelectItem, PostInitialize, SetupButtonBar
Inherited Functions from UTGame.UTUIFrontEnd
BeginHideAnimation, BeginImportMod, BeginInstallPS3, BeginShowAnimation, CancelInstallPS3, CheckForFrontEndError, ChildSceneOpened, GetTitleLabel, HandleInputKey, ImportMod, InstallPS3, OnCancelInstallPS3, OnCancelMessageClosed, OnImportModFinished, OnInstallMessageClosed, OnLoginError_Confirm, OnMainRegion_Show_UIAnimEnd, OnPageActivated, OnRetryPasswordDialog_Closed, OnTabPage_Hide_UIAnimEnd, OnTabPage_Show_UIAnimEnd, PostInitialize, PromptForPassword, SavePassword, SceneActivated, SetTitle, SetupButtonBar, UpdateModState, UpdatePS3InstallState


Variables Detail

DemoPlaybackScene Source code

var string DemoPlaybackScene;

FriendsScene Source code

var string FriendsScene;

NewsScene Source code

var string NewsScene;

StatsScene Source code

var string StatsScene;
Scene references.


Enumerations Detail

CommunityOptions Source code

enum CommunityOptions
{
COMMUNITY_OPTION_NEWS, COMMUNITY_OPTION_FRIENDS, COMMUNITY_OPTION_MESSAGES, COMMUNITY_OPTION_ACHIEVEMENTS, COMMUNITY_OPTION_STATS, COMMUNITY_OPTION_DEMOPLAYBACK, COMMUNITY_OPTION_CREDITS,
};
Possible options for this scene.


Functions Detail

OnAchievementsScene_Opened Source code

function OnAchievementsScene_Opened ( UIScene OpenedScene, bool bInitialActivation) )
Callback for when the messages scene has opened.

OnMessagesScene_Opened Source code

function OnMessagesScene_Opened ( UIScene OpenedScene, bool bInitialActivation) )
Callback for when the messages scene has opened.

OnSelectItem Source code

function OnSelectItem ( int PlayerIndex=0) )
Executes a action based on the currently selected menu item.

OnShowAchievements Source code

function OnShowAchievements ( int PlayerIndex) )
Achievements option selected, displays the achievements blade for the specified PlayerIndex.

OnShowDemoPlayback Source code

function OnShowDemoPlayback ( ) )
Shows the demo playback scene.

OnShowDLC Source code

function OnShowDLC ( ) )
Shows the DLC scene or blade.

OnShowDLC_Finish Source code

function OnShowDLC_Finish ( UIScene OpenedScene, bool bInitialActivation) )
Callback for when the NewsScene has finished opening, activates the Epic Content tab.
@param OpenedScene Reference to the opened news scene.

OnShowFriends Source code

function OnShowFriends ( ) )
Shows the friends screen.

OnShowMessages Source code

function OnShowMessages ( ) )
Shows the friends screen.

OnShowMyContent Source code

function OnShowMyContent ( ) )
Shows the my content tab.

OnShowMyContent_Finish Source code

function OnShowMyContent_Finish ( UIScene OpenedScene, bool bInitialActivation) )
Callback for when the NewsScene has finished opening, activates the MyContent tab.
@param OpenedScene Reference to the opened news scene.

OnShowNews Source code

function OnShowNews ( ) )
Shows the news scene.

OnShowStats Source code

function OnShowStats ( ) )
Shows the stats scene.

PostInitialize Source code

event PostInitialize ( ) )
PostInitialize event - Sets delegates for the scene.


Defaultproperties

defaultproperties
{
   StatsScene="UI_Scenes_FrontEnd.Scenes.Leaderboards"
   NewsScene="UI_Scenes_FrontEnd.Scenes.News"
   DemoPlaybackScene="UI_Scenes_ChrisBLayout.Scenes.DemoPlayback"
   FriendsScene="UI_Scenes_FrontEnd.Scenes.Friends"
   Begin Object Class=UIComp_Event Name=SceneEventComponent ObjName=SceneEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_BasicMenu:SceneEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_BasicMenu:SceneEventComponent'
   End Object
   EventProvider=SceneEventComponent
   Name="Default__UTUIFrontEnd_Community"
   ObjectArchetype=UTUIFrontEnd_BasicMenu'UTGame.Default__UTUIFrontEnd_BasicMenu'
}

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