I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:UTDrawMapVotePanel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTDrawMapVotePanel
Package: 
UTGame

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

Properties

Property group 'UTDrawMapVotePanel'

SelectionTextColor

Type: Object.Color


Default value:

Member Value
A 255
B 0
G 255
R 255

TextColor

Type: Object.Color


Default value:

Member Value
A 255
B 255
G 255
R 255

TextFont

Type: Font


Default value: MultiFont'UI_Fonts_Final.Menus.Fonts_Positec'

Internal variables

Index

Type: int

Modifiers: transient


TopIndex

Type: int

Modifiers: transient


VoteRI

Type: UTVoteReplicationInfo

Modifiers: transient


Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTDrawPanel.WidgetEventComponent

No new values.

Functions

Events

DrawPanel

event DrawPanel ()

Overrides: UTDrawPanel.DrawPanel

Handle drawing in script

GetSupportedUIActionKeyNames

event GetSupportedUIActionKeyNames (out array<nameout_KeyNames)

Overrides: UIScreenObject.GetSupportedUIActionKeyNames

Allow Script to add UI Actions

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

Other instance functions

FindItemUnderCursor

function FindItemUnderCursor ()


InitializeVRI

function InitializeVRI (UTVoteReplicationInfo NewVoteRI)


ProcessInputKey

function bool ProcessInputKey (const out UIRoot.SubscribedInputEventParameters EventParms)