UE2:Console (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> Console |
- Package:
- Engine
- Known classes within Console:
- ConsolePlugIn
- Direct subclass:
- UIConsole
- This class in other games:
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. |
Console: A player console, associated with a viewport. This is a built-in Unreal class and it shouldn't be modified.
Properties
bNoDrawWorld
Type: bool
ExecListeners
Modifiers: private
FrameX
Type: float
FrameY
Type: float
PlugIn
Modifiers: config
Must be a subclass of ConsolePlugIn
Viewport
Type: Viewport
vtblOut
Type: int
Modifiers: private, const
Enums
See Console enums.
Functions
Static functions
ShowStatusMessage
static function ShowStatusMessage (PlayerController P, coerce string Msg, optional float Time, optional Font Font, optional Object.Color Color, optional Sound Sound, optional float Volume, optional float Pitch, optional string Holder, optional string Label, optional bool bClearExisting, optional float WrapX, optional bool bReverseOrder)
Native functions
AddExecListener
native function AddExecListener (Object Listener)
ConsoleCommand
ConsoleCommandEx
RemoveExecListener
native function RemoveExecListener (Object Listener)
TextSize
Events
ConnectFailure
KeyEvent
KeyType
Message
NotifyLevelChange
event NotifyLevelChange ()
PostRender
event PostRender (Canvas C)
PreRender
event PreRender (Canvas C)
Tick
event Tick (float Delta)
VideoChange
event VideoChange ()
Other instance functions
AddString
function AddString (coerce string Msg)
ClearMessages
function ClearMessages ()
DisableDrawWorld
function DisableDrawWorld ()
EnableDrawWorld
function EnableDrawWorld ()
FormatFloat
TimedMessage
function TimedMessage (coerce string Msg, optional float Duration, optional Font Font, optional Object.Color Color, optional string Holder, optional string Label, optional bool bClearExisting, optional float WrapX, optional bool bReverseOrder)