Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTDrawMapVotePanel

Extends
UTDrawPanel

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

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- UTGame.UTUI_Widget
            |   
            +-- UTGame.UTDrawPanel
               |   
               +-- UTGame.UTDrawMapVotePanel

Variables Summary
intIndex
intTopIndex
UTVoteReplicationInfoVoteRI
UTDrawMapVotePanel
colorSelectionTextColor
colorTextColor
fontTextFont
Inherited Variables from UTGame.UTDrawPanel
bUseFullViewport, Canvas, pHeight, pLeft, pTop, pWidth, ResolutionScale
Inherited Variables from UTGame.UTUI_Widget
bRequiresTick, UTSceneOwner

Functions Summary
event DrawPanel ()))
function FindItemUnderCursor ()))
event GetSupportedUIActionKeyNames (out array out_KeyNames ))
function InitializeVRI (UTVoteReplicationInfo NewVoteRI))
event PostInitialize ()))
functionbool ProcessInputKey (const out SubscribedInputEventParameters EventParms ))
Inherited Functions from UTGame.UTDrawPanel
Draw2DLine, DrawPanel
Inherited Functions from UTGame.UTUI_Widget
FindDataStore, GetPlayerControllerId, NotifyGameSessionEnded


Variables Detail

Index Source code

var transient int Index;

TopIndex Source code

var transient int TopIndex;

VoteRI Source code

var transient UTVoteReplicationInfo VoteRI;

UTDrawMapVotePanel

SelectionTextColor Source code

var(UTDrawMapVotePanel) color SelectionTextColor;

TextColor Source code

var(UTDrawMapVotePanel) color TextColor;

TextFont Source code

var(UTDrawMapVotePanel) font TextFont;


Functions Detail

DrawPanel Source code

event DrawPanel ( ) )

FindItemUnderCursor Source code

function FindItemUnderCursor ( ) )

GetSupportedUIActionKeyNames Source code

event GetSupportedUIActionKeyNames ( out array<Name> out_KeyNames ) )

InitializeVRI Source code

function InitializeVRI ( UTVoteReplicationInfo NewVoteRI) )

PostInitialize Source code

event PostInitialize ( ) )

ProcessInputKey Source code

function bool ProcessInputKey ( const out SubscribedInputEventParameters EventParms ) )


Defaultproperties

defaultproperties
{
   TextFont=MultiFont'UI_Fonts_Final.Menus.Fonts_Positec'
   TextColor=(B=255,G=255,R=255,A=255)
   SelectionTextColor=(B=0,G=255,R=255,A=255)
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTDrawMapVotePanel"
   ObjectArchetype=UTDrawPanel'UTGame.Default__UTDrawPanel'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:51.180 - Created with UnCodeX