UE3:ScriptConsoleEntry (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UIPanel >> ScriptConsoleEntry
Package:
Engine
This class in other games:

Example of how to setup a complex widget which contains child widgets in unrealscript.

Constants

CONSOLE_PROMPT_TEXT

Value: "(> "


Properties

InputBox

Type: UIEditBox


Default value: UIEditBox'Engine.Default__ScriptConsoleEntry:ConsoleInputTemplate'

LowerConsoleBorder

Type: UIImage


Default value: UIImage'Engine.Default__ScriptConsoleEntry:LowerBorderTemplate'

UpperConsoleBorder

Type: UIImage


Default value: UIImage'Engine.Default__ScriptConsoleEntry:UpperBorderTemplate'

Default values

Property Value
PrimaryStyle
Member Value
DefaultStyleTag 'ConsoleStyle'
RequiredStyleClass Class'Engine.UIStyle_Combo'
WidgetTag 'ConsoleInputBox'

Subobjects

PanelBackgroundTemplate

Class: Engine.UIComp_DrawImage

Inherits from: UIPanel.PanelBackgroundTemplate

Property Value
ImageStyle
Member Value
DefaultStyleTag 'ConsoleBackgroundStyle'

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UIPanel.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

OnCreateChild

function OnCreateChild (UIObject CreatedWidget, UIScreenObject CreatorContainer)


SetValue

function SetValue (string NewValue)