I don't need to test my programs. I have an error-correcting modem.
UE3:UTUITabPage_News (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_News |
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-2007 Epic Games, Inc. All Rights Reserved.
Tab page for downloaded news.
Properties[edit]
NewsInterface[edit]
Type: OnlineNewsInterface
Modifiers: transient
Reference to the news interface.
NewsLabel[edit]
Type: UILabel
Modifiers: transient
Reference to the news label.
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
Functions[edit]
Events[edit]
PostInitialize[edit]
event PostInitialize ()
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions[edit]
OnReadGameNewsCompleted[edit]
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
ReadNews[edit]
function ReadNews ()
Starts reading the latest news.