UE3:UTUIFrontEnd_Community (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIFrontEnd >> UTUIFrontEnd_BasicMenu >> UTUIFrontEnd_Community
Package:
UTGame

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

Community scene for UT3.

Properties

DemoPlaybackScene

Type: string


Default value: "UI_Scenes_ChrisBLayout.Scenes.DemoPlayback"

FriendsScene

Type: string


Default value: "UI_Scenes_FrontEnd.Scenes.Friends"

NewsScene

Type: string


Default value: "UI_Scenes_FrontEnd.Scenes.News"

StatsScene

Type: string

Scene references.

Default value: "UI_Scenes_FrontEnd.Scenes.Leaderboards"

Subobjects

SceneEventComponent

Class: Engine.UIComp_Event

Inherits from: UTUIFrontEnd_BasicMenu.SceneEventComponent

No new values.

Enums

CommunityOptions

Possible options for this scene.

COMMUNITY_OPTION_NEWS
COMMUNITY_OPTION_FRIENDS
COMMUNITY_OPTION_MESSAGES
COMMUNITY_OPTION_ACHIEVEMENTS
COMMUNITY_OPTION_STATS
COMMUNITY_OPTION_DEMOPLAYBACK
COMMUNITY_OPTION_CREDITS

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UTUIFrontEnd_BasicMenu.PostInitialize

PostInitialize event - Sets delegates for the scene.

Other instance functions

OnAchievementsScene_Opened

function OnAchievementsScene_Opened (UIScene OpenedScene, bool bInitialActivation)

Callback for when the messages scene has opened.

OnMessagesScene_Opened

function OnMessagesScene_Opened (UIScene OpenedScene, bool bInitialActivation)

Callback for when the messages scene has opened.

OnSelectItem

function OnSelectItem (int PlayerIndex)

Overrides: UTUIFrontEnd_BasicMenu.OnSelectItem

Executes a action based on the currently selected menu item.

OnShowAchievements

function OnShowAchievements (int PlayerIndex)

Achievements option selected, displays the achievements blade for the specified PlayerIndex.

OnShowDemoPlayback

function OnShowDemoPlayback ()

Shows the demo playback scene.

OnShowDLC

function OnShowDLC ()

Shows the DLC scene or blade.

OnShowDLC_Finish

function OnShowDLC_Finish (UIScene OpenedScene, bool bInitialActivation)

Callback for when the NewsScene has finished opening, activates the Epic Content tab.

Parameters:

  • OpenedScene - Reference to the opened news scene.

OnShowFriends

function OnShowFriends ()

Shows the friends screen.

OnShowMessages

function OnShowMessages ()

Shows the friends screen.

OnShowMyContent

function OnShowMyContent ()

Shows the my content tab.

OnShowMyContent_Finish

function OnShowMyContent_Finish (UIScene OpenedScene, bool bInitialActivation)

Callback for when the NewsScene has finished opening, activates the MyContent tab.

Parameters:

  • OpenedScene - Reference to the opened news scene.

OnShowNews

function OnShowNews ()

Shows the news scene.

OnShowStats

function OnShowStats ()

Shows the stats scene.