Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.UIRoot | +-- Engine.UIScreenObject | +-- Engine.UIObject | +-- UTGame.UTUI_Widget | +-- UTGame.UTDrawPanel
UTDrawCommandPanel, UTDrawMapPanel, UTDrawMapVotePanel, UTDrawPlayerListPanel, UTScoreboardClockPanel, UTScoreboardPanel, UTScoreInfoPanel, UTSimpleImageList, UTSimpleList, UTUIOptionList
Constants Summary |
---|
Inherited Contants from Engine.UIObject |
---|
CONTEXTMENU_BINDING_INDEX, FIRST_DEFAULT_DATABINDING_INDEX, TOOLTIP_BINDING_INDEX |
Variables Summary | |
---|---|
Canvas | Canvas |
float | pHeight |
float | pLeft |
float | pTop |
float | pWidth |
float | ResolutionScale |
UTDrawPanel | |
bool | bUseFullViewport |
Inherited Variables from UTGame.UTUI_Widget |
---|
bRequiresTick, UTSceneOwner |
Delegates Summary | ||
---|---|---|
![]() | bool | DrawDelegate (Canvas C) |
Inherited Delegates from Engine.UIObject |
---|
OnClicked, OnCloseContextMenu, OnContextMenuItemSelected, OnCreate, OnDoubleClick, OnOpenContextMenu, OnPressed, OnPressRelease, OnPressRepeat, OnQueryToolTip, OnRefreshSubscriberValue, OnUIAnimEnd, OnValueChanged |
Functions Summary | ||
---|---|---|
![]() | Draw2DLine (int X1, int Y1, int X2, int Y2, color LineColor) | |
![]() | DrawPanel () |
Inherited Functions from UTGame.UTUI_Widget |
---|
FindDataStore, GetPlayerControllerId, NotifyGameSessionEnded |
Variables Detail |
---|
Holds a reference to the canvas. This is only valid during the DrawPanel() event
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
Holds the Coords of this panel in PixelViewport and it's only valid during rendering
Viewport.Y / 768 - The scaling factor for this widget
If false, the cavas will be preset to the bounds of the panel. If it's true, canvas will the full viewport
Delegates Detail |
---|
If this delegate is set, native code will call here first for rendering. @Return true to stop native code from calling the event
Functions Detail |
---|
Draws a 2D Line
Handle drawing in script
Defaultproperties |
---|
defaultproperties { DefaultStates(2)=Class'Engine.UIState_Focused' Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTUI_Widget:WidgetEventComponent' ObjectArchetype=UIComp_Event'UTGame.Default__UTUI_Widget:WidgetEventComponent' End Object EventProvider=WidgetEventComponent Name="Default__UTDrawPanel" ObjectArchetype=UTUI_Widget'UTGame.Default__UTUI_Widget' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |