Cogito, ergo sum

UE3:UTUITabPage_Chat (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_Chat

Contents

Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
This class in other games:
UDK

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

[edit] Properties

[edit] ChatEdit

Type: UIEditBox

Modifiers: transient


[edit] ChatPanel

Type: UIPanel

Modifiers: transient


[edit] ChatText

Type: UILabel

Modifiers: transient


[edit] ConsoleTextCnt

Type: int

Modifiers: transient


[edit] Default values

Property Value
OnTick TabTick
bRequiresTick True

[edit] Subobjects

[edit] WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage_MidGame.WidgetEventComponent

No new values.

[edit] Functions

[edit] Events

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

[edit] Other instance functions

[edit] EditBoxSubmit

function bool EditBoxSubmit (UIEditBox Sender, int PlayerIndex)


[edit] PreRenderCallBack

function PreRenderCallBack ()


[edit] TabTick

function TabTick (float DeltaTime)

This tab is being ticked

Personal tools