Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UTUITabPage_News (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_News |
Contents |
| 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-2007 Epic Games, Inc. All Rights Reserved.
Tab page for downloaded news.
[edit] Properties
[edit] NewsInterface
Type: OnlineNewsInterface
Modifiers: transient
Reference to the news interface.
[edit] NewsLabel
Type: UILabel
Modifiers: transient
Reference to the news label.
[edit] Subobjects
[edit] WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
[edit] Functions
[edit] Events
[edit] PostInitialize
event PostInitialize ()
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
[edit] Other instance functions
[edit] OnReadGameNewsCompleted
function OnReadGameNewsCompleted (bool bWasSuccessful)
Delegate used in notifying the UI/game that the news read operation completed
Parameters:
- bWasSuccessful - true if the read completed ok, false otherwise
[edit] ReadNews
function ReadNews ()
Starts reading the latest news.
