My program doesn't have bugs. It just develops random features.

UE3:UTUITabPage_VoteTab (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTTabPage_MidGame >> UTUITabPage_VoteTab

Contents

Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
No known subclasses.

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

[edit] Properties

[edit] bShowingVotes

Type: bool

Modifiers: transient


[edit] ConsoleTextCnt

Type: int

Modifiers: transient


[edit] ConText

Type: UILabel

Modifiers: transient


[edit] LastBestVoteCount

Type: int

Modifiers: transient


[edit] LastBestVoteIndex

Type: int

Modifiers: transient


[edit] LocalMapList

Type: array<UTUIDataProvider_MapInfo>

list of local maps - used to get more friendly names when possible

[edit] MapVoteInfo

Type: UILabel

Modifiers: transient


[edit] MapVoteList

Type: UTSimpleList

Modifiers: transient


[edit] Default values

Property Value
OnTick TabTick
bRequiresTick True

[edit] Subobjects

[edit] WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage_MidGame.WidgetEventComponent

No new values.

[edit] Functions

[edit] Events

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

[edit] Other instance functions

[edit] BeginVoting

function BeginVoting (UTVoteReplicationInfo VoteRI)


[edit] CheckGameStatus

function CheckGameStatus ()


[edit] DrawVote

function bool DrawVote (UTSimpleList SimpleList, int ItemIndex, float XPos, out float YPos)


[edit] DrawVotePostSelectionBar

function bool DrawVotePostSelectionBar (UTSimpleList SimpleList, float YPos, float Width, float Height)


[edit] FindWinningMap

function FindWinningMap ()


[edit] GetMapFriendlyName

function string GetMapFriendlyName (string Map)


[edit] GetVoteRI

function UTVoteReplicationInfo GetVoteRI ()


[edit] RecordVote

function RecordVote (UTSimpleList SourceList, int SelectedIndex, int PlayerIndex)


[edit] TabTick

function TabTick (float DeltaTime)

This tab is being ticked

[edit] TrimGameType

function string TrimGameType (string Map)

OBSOLETE - used GetMapFriendlyName

Personal tools