UE3:UTUITabPage_Chat (UDK)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_Chat |
- Package:
- UTGame
- Implemented interfaces:
- UIDataStoreSubscriber
- This class in other games:
This page has been proposed for deletion. If you think this page should be kept, please state a reason on its talk page. |
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
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
PreRenderCallBack
TabTick
This tab is being ticked