My program doesn't have bugs. It just develops random features.
UE3:UIScriptConsoleScene (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIScene >> UIScriptConsoleScene |
Contents |
- Package:
- Engine
- No known subclasses.
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this 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 scene in unrealscript.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] BufferBackground
Type: UIImage
Modifiers: instanced
the background for the console
Default value: UIImage'Engine.Default__UIScriptConsoleScene:BufferBackgroundTemplate'
[edit] BufferText
Type: UILabel
Modifiers: instanced
the console's buffer text
Default value: UILabel'Engine.Default__UIScriptConsoleScene:BufferTextTemplate'
[edit] CommandRegion
Type: ScriptConsoleEntry
Modifiers: instanced
where the text that is currently being typed appears
Default value: ScriptConsoleEntry'Engine.Default__UIScriptConsoleScene:CommandRegionTemplate'
[edit] Default values
| Property | Value | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Position |
|
||||||||
| SceneTag | 'ConsoleScene' |
[edit] Subobjects
[edit] BufferBackgroundTemplate
Class: Engine.UIImage
| Property | Value | ||||
|---|---|---|---|---|---|
| PrimaryStyle |
|
||||
| WidgetTag | 'BufferBackground' |
[edit] BufferTextTemplate
Class: Engine.UILabel
| Property | Value | ||||||
|---|---|---|---|---|---|---|---|
| OnCreate | OnCreateChild | ||||||
| Position |
|
||||||
| PrimaryStyle |
|
||||||
| WidgetTag | 'BufferText' |
[edit] CommandRegionTemplate
Class: Engine.ScriptConsoleEntry
| Property | Value |
|---|---|
| InputBox | UIEditBox'Engine.Default__UIScriptConsoleScene:CommandRegionTemplate.ConsoleInputTemplate' |
| LowerConsoleBorder | UIImage'Engine.Default__UIScriptConsoleScene:CommandRegionTemplate.LowerBorderTemplate' |
| UpperConsoleBorder | UIImage'Engine.Default__UIScriptConsoleScene:CommandRegionTemplate.UpperBorderTemplate' |
[edit] SceneEventComponent
Class: Engine.UIComp_Event
Inherits from: UIScene.SceneEventComponent
No new values.
[edit] Functions
[edit] Events
[edit] Initialized
Overrides: UIScreenObject.Initialized
Called once this screen object has been completely initialized, before it has called Initialize on its children.
[edit] PostInitialize
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized
