My program doesn't have bugs. It just develops random features.
UE3:ScriptConsoleEntry (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UIPanel >> ScriptConsoleEntry |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Example of how to setup a complex widget which contains child widgets in unrealscript.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Constants[edit]
ConsolePromptText[edit]
Value: "(> "
Properties[edit]
InputBox[edit]
Type: UIEditBox
Modifiers: instanced
Default value: UIEditBox'Engine.Default__ScriptConsoleEntry:ConsoleInputTemplate'
LowerConsoleBorder[edit]
Type: UIImage
Modifiers: instanced
Default value: UIImage'Engine.Default__ScriptConsoleEntry:LowerBorderTemplate'
UpperConsoleBorder[edit]
Type: UIImage
Modifiers: instanced
Default value: UIImage'Engine.Default__ScriptConsoleEntry:UpperBorderTemplate'
Default values[edit]
Property | Value | ||||||
---|---|---|---|---|---|---|---|
PrimaryStyle |
|
||||||
WidgetTag | 'ConsoleInputBox' |
Subobjects[edit]
ConsoleInputTemplate[edit]
Class: Engine.UIEditBox
Property | Value | ||||||
---|---|---|---|---|---|---|---|
OnCreate | OnCreateChild | ||||||
DataSource |
|
||||||
Position |
|
||||||
PrimaryStyle |
|
||||||
WidgetTag | 'InputBox' |
LowerBorderTemplate[edit]
Class: Engine.UIImage
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Position |
|
||||||||
PrimaryStyle |
|
||||||||
WidgetTag | 'LowerConsoleBorder' |
PanelBackgroundTemplate[edit]
Class: Engine.UIComp_DrawImage
Inherits from: UIPanel.PanelBackgroundTemplate
Property | Value | ||||
---|---|---|---|---|---|
ImageStyle |
|
UpperBorderTemplate[edit]
Class: Engine.UIImage
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Position |
|
||||||||
PrimaryStyle |
|
||||||||
WidgetTag | 'UpperConsoleBorder' |
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UIPanel.WidgetEventComponent
No new values.
Functions[edit]
Events[edit]
Initialized[edit]
Overrides: UIScreenObject.Initialized
Called once this screen object has been completely initialized, before it has called Initialize on its children.
PostInitialize[edit]
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized