Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:ScriptConsoleEntry (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UIPanel >> ScriptConsoleEntry

Contents

Package: 
Engine
This class in other games:
UDK

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

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

[edit] Constants

[edit] ConsolePromptText

Value: "(> "


[edit] Properties

[edit] InputBox

Type: UIEditBox

Modifiers: instanced


Default value: UIEditBox'Engine.Default__ScriptConsoleEntry:ConsoleInputTemplate'

[edit] LowerConsoleBorder

Type: UIImage

Modifiers: instanced


Default value: UIImage'Engine.Default__ScriptConsoleEntry:LowerBorderTemplate'

[edit] UpperConsoleBorder

Type: UIImage

Modifiers: instanced


Default value: UIImage'Engine.Default__ScriptConsoleEntry:UpperBorderTemplate'

[edit] Default values

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

[edit] Subobjects

[edit] ConsoleInputTemplate

Class: Engine.UIEditBox

Property Value
OnCreate OnCreateChild
DataSource
Member Value
MarkupString "(> "
Position
Member Value
ScaleType[3] EVALPOS_PixelOwner
Value[3] 16.0
PrimaryStyle
Member Value
DefaultStyleTag 'ConsoleStyle'
WidgetTag 'InputBox'

[edit] LowerBorderTemplate

Class: Engine.UIImage

Property Value
Position
Member Value
ScaleType[2] EVALPOS_PercentageOwner
Value[2] 1.0
Value[3] 2.0
PrimaryStyle
Member Value
DefaultStyleTag 'ConsoleImageStyle'
WidgetTag 'LowerConsoleBorder'

[edit] PanelBackgroundTemplate

Class: Engine.UIComp_DrawImage

Inherits from: UIPanel.PanelBackgroundTemplate

Property Value
ImageStyle
Member Value
DefaultStyleTag 'ConsoleBackgroundStyle'

[edit] UpperBorderTemplate

Class: Engine.UIImage

Property Value
Position
Member Value
ScaleType[2] EVALPOS_PercentageOwner
Value[2] 1.0
Value[3] 2.0
PrimaryStyle
Member Value
DefaultStyleTag 'ConsoleImageStyle'
WidgetTag 'UpperConsoleBorder'

[edit] WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UIPanel.WidgetEventComponent

No new values.

[edit] Functions

[edit] Events

[edit] Initialized

event Initialized ()

Overrides: UIScreenObject.Initialized

Called once this screen object has been completely initialized, before it has called Initialize on its children.

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

[edit] Other instance functions

[edit] OnCreateChild

function OnCreateChild (UIObject CreatedWidget, UIScreenObject CreatorContainer)


[edit] SetValue

function SetValue (string NewValue)