Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UTUITabPage_News (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_News
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

Tab page for downloaded news.

Properties

NewsInterface

Type: OnlineNewsInterface

Modifiers: transient

Reference to the news interface.

NewsLabel

Type: UILabel

Modifiers: transient

Reference to the news label.

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions

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

ReadNews

function ReadNews ()

Starts reading the latest news.