UE3:UTUITabPage_Chat (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_Chat
Package:
UTGame
Implemented interfaces:
UIDataStoreSubscriber
This class in other games:

Properties

ChatEdit

Type: UIEditBox

Modifiers: transient


ChatPanel

Type: UIPanel

Modifiers: transient


ChatText

Type: UILabel

Modifiers: transient


ConsoleTextCnt

Type: int

Modifiers: transient


Default values

Property Value
OnTick TabTick
bRequiresTick True

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage_MidGame.WidgetEventComponent

No new values.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized. While the Initialized event is only called when a widget is initialized for the first time, PostInitialize() will be called every time this widget receives a call to Initialize(), even if the widget was already initialized. Examples would be reparenting a widget.

Other instance functions

EditBoxSubmit

function bool EditBoxSubmit (UIEditBox Sender, int PlayerIndex)


PreRenderCallBack

function PreRenderCallBack ()


TabTick

function TabTick (float DeltaTime)

This tab is being ticked