I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIFrontEnd_Community (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIFrontEnd >> UTUIFrontEnd_BasicMenu >> UTUIFrontEnd_Community |
- Package:
- UTGame
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Properties
[edit] DemoPlaybackScene
Type: string
Default value: "UI_Scenes_ChrisBLayout.Scenes.DemoPlayback"
[edit] FriendsScene
Type: string
Default value: "UI_Scenes_FrontEnd.Scenes.Friends"
[edit] NewsScene
Type: string
Default value: "UI_Scenes_FrontEnd.Scenes.News"
[edit] StatsScene
Type: string
Scene references.
Default value: "UI_Scenes_FrontEnd.Scenes.Leaderboards"
[edit] Subobjects
[edit] SceneEventComponent
Class: Engine.UIComp_Event
Inherits from: UTUIFrontEnd_BasicMenu.SceneEventComponent
No new values.
[edit] Enums
[edit] 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
[edit] Functions
[edit] Events
[edit] PostInitialize
Overrides: UTUIFrontEnd_BasicMenu.PostInitialize
PostInitialize event - Sets delegates for the scene.
[edit] Other instance functions
[edit] OnAchievementsScene_Opened
Callback for when the messages scene has opened.
[edit] OnMessagesScene_Opened
Callback for when the messages scene has opened.
[edit] OnSelectItem
Overrides: UTUIFrontEnd_BasicMenu.OnSelectItem
Executes a action based on the currently selected menu item.
[edit] OnShowAchievements
Achievements option selected, displays the achievements blade for the specified PlayerIndex.
[edit] OnShowDemoPlayback
Shows the demo playback scene.
[edit] OnShowDLC
Shows the DLC scene or blade.
[edit] OnShowDLC_Finish
Callback for when the NewsScene has finished opening, activates the Epic Content tab.
Parameters:
- OpenedScene - Reference to the opened news scene.
[edit] OnShowFriends
Shows the friends screen.
[edit] OnShowMessages
Shows the friends screen.
[edit] OnShowMyContent
Shows the my content tab.
[edit] OnShowMyContent_Finish
Callback for when the NewsScene has finished opening, activates the MyContent tab.
Parameters:
- OpenedScene - Reference to the opened news scene.
[edit] OnShowNews
Shows the news scene.
[edit] OnShowStats
Shows the stats scene.
