Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UTUIFrontEnd_Community (UT3)
Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIFrontEnd >> UTUIFrontEnd_BasicMenu >> UTUIFrontEnd_Community |
Contents
- 1 Properties
- 2 Enums
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 OnAchievementsScene_Opened
- 3.2.2 OnMessagesScene_Opened
- 3.2.3 OnSelectItem
- 3.2.4 OnShowAchievements
- 3.2.5 OnShowDemoPlayback
- 3.2.6 OnShowDLC
- 3.2.7 OnShowDLC_Finish
- 3.2.8 OnShowFriends
- 3.2.9 OnShowMessages
- 3.2.10 OnShowMyContent
- 3.2.11 OnShowMyContent_Finish
- 3.2.12 OnShowNews
- 3.2.13 OnShowStats
- Package:
- UTGame
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-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
Overrides: UTUIFrontEnd_BasicMenu.PostInitialize
PostInitialize event - Sets delegates for the scene.
Other instance functions
OnAchievementsScene_Opened
Callback for when the messages scene has opened.
OnMessagesScene_Opened
Callback for when the messages scene has opened.
OnSelectItem
Overrides: UTUIFrontEnd_BasicMenu.OnSelectItem
Executes a action based on the currently selected menu item.
OnShowAchievements
Achievements option selected, displays the achievements blade for the specified PlayerIndex.
OnShowDemoPlayback
Shows the demo playback scene.
OnShowDLC
Shows the DLC scene or blade.
OnShowDLC_Finish
Callback for when the NewsScene has finished opening, activates the Epic Content tab.
Parameters:
- OpenedScene - Reference to the opened news scene.
OnShowFriends
Shows the friends screen.
OnShowMessages
Shows the friends screen.
OnShowMyContent
Shows the my content tab.
OnShowMyContent_Finish
Callback for when the NewsScene has finished opening, activates the MyContent tab.
Parameters:
- OpenedScene - Reference to the opened news scene.
OnShowNews
Shows the news scene.
OnShowStats
Shows the stats scene.