Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUITabPage_Chat

Extends
UTTabPage_MidGame

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

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIContainer
            |   
            +-- Engine.UITabPage
               |   
               +-- UTGame.UTTabPage
                  |   
                  +-- UTGame.UTTabPage_MidGame
                     |   
                     +-- UTGame.UTUITabPage_Chat

Variables Summary
UIEditBoxChatEdit
UIPanelChatPanel
UILabelChatText
intConsoleTextCnt
Inherited Variables from UTGame.UTTabPage
bRequiresTick

Functions Summary
functionbool EditBoxSubmit (UIEditBox Sender, int PlayerIndex ))
function PostInitialize ()))
function PreRenderCallBack ()))
function TabTick (float DeltaTime))
Inherited Functions from UTGame.UTTabPage
CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar


Variables Detail

ChatEdit Source code

var transient UIEditBox ChatEdit;

ChatPanel Source code

var transient UIPanel ChatPanel;

ChatText Source code

var transient UILabel ChatText;

ConsoleTextCnt Source code

var transient int ConsoleTextCnt;


Functions Detail

EditBoxSubmit Source code

function bool EditBoxSubmit ( UIEditBox Sender, int PlayerIndex ) )

PostInitialize Source code

function PostInitialize ( ) )

PreRenderCallBack Source code

function PreRenderCallBack ( ) )

TabTick Source code

function TabTick ( float DeltaTime) )
This tab is being ticked


Defaultproperties

defaultproperties
{
   bRequiresTick=True
   __OnTick__Delegate=Default__UTUITabPage_Chat.TabTick
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTUITabPage_Chat"
   ObjectArchetype=UTTabPage_MidGame'UTGame.Default__UTTabPage_MidGame'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:59.558 - Created with UnCodeX