I don't need to test my programs. I have an error-correcting modem.
UE3:UTDrawPanel (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel |
Contents
- Package:
- UTGame
- Direct subclasses:
- UTDrawPlayerListPanel, UTSimpleImageList, UTDrawCommandPanel, UTDrawMapPanel, UTDrawMapVotePanel, UTScoreboardClockPanel, UTScoreInfoPanel, UTScoreboardPanel, UTSimpleList, UTUIOptionList
- This class in other games:
- UDK
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'UTDrawPanel'[edit]
bUseFullViewport[edit]
Type: bool
If false, the cavas will be preset to the bounds of the panel. If it's true, canvas will the full viewport
Internal variables[edit]
Canvas[edit]
Type: Canvas
Holds a reference to the canvas. This is only valid during the DrawPanel() event
pHeight[edit]
Type: float
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
pLeft[edit]
Type: float
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
pTop[edit]
Type: float
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
pWidth[edit]
Type: float
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
ResolutionScale[edit]
Type: float
Viewport.Y / 768 - The scaling factor for this widget
Default values[edit]
Property | Value |
---|---|
DefaultStates[2] | Class'Engine.UIState_Focused' |
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTUI_Widget.WidgetEventComponent
No new values.
Delegates[edit]
DrawDelegate[edit]
If this delegate is set, native code will call here first for rendering.
Returns:
- true to stop native code from calling the event
Functions[edit]
Native functions[edit]
Draw2DLine[edit]
Draws a 2D Line
Events[edit]
DrawPanel[edit]
Handle drawing in script