UE1:UBrowserServerGrid (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
UT Object >> UWindowBase >> UWindowWindow >> UWindowGrid >> UBrowserServerGrid
Package:
UBrowser
Direct subclass:
UTBrowserServerGrid
This class in other games:

UBrowserServerGrid - base class for server listings

Properties

AutoPingInterval

Type: int


Default value: 5

bSortDescending

Type: bool


Count

Type: int


MapName

Type: UWindowGridColumn


MapNameName

Type: string

Modifiers: localized


Default value: "Map Name"

Menu

Type: UBrowserRightClickMenu


OldPingServer

Type: UBrowserServerList


Ping

Type: UWindowGridColumn


PingName

Type: string

Modifiers: localized


Default value: "Ping"

Players

Type: UWindowGridColumn


PlayersName

Type: string

Modifiers: localized


Default value: "Players"

SelectedServer

Type: UBrowserServerList


Server

Type: UWindowGridColumn


ServerName

Type: string

Modifiers: localized


Default value: "Server"

SortByColumn

Type: UWindowGridColumn


TimePassed

Type: float


Instance functions

ByMap

function int ByMap (UBrowserServerList T, UBrowserServerList B)


ByName

function int ByName (UBrowserServerList T, UBrowserServerList B)


ByPing

function int ByPing (UBrowserServerList T, UBrowserServerList B)


ByPlayers

function int ByPlayers (UBrowserServerList T, UBrowserServerList B)


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


Compare

function int Compare (UBrowserServerList T, UBrowserServerList B)


CreateColumns

function CreateColumns ()


Created

function Created ()

Overrides: UWindowGrid.Created


DoubleClickRow

function DoubleClickRow (int Row)

Overrides: UWindowGrid.DoubleClickRow


DrawCell

function DrawCell (Canvas C, float X, float Y, UWindowGridColumn Column, UBrowserServerList List)


GetSelectedRow

function int GetSelectedRow ()


GetServerUnderRow

function UBrowserServerList GetServerUnderRow (int Row)


JoinServer

function JoinServer (UBrowserServerList Server)


KeyDown

function KeyDown (int Key, float X, float Y)

Overrides: UWindowGrid.KeyDown


MouseLeaveColumn

function MouseLeaveColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.MouseLeaveColumn


PaintColumn

function PaintColumn (Canvas C, UWindowGridColumn Column, float MouseX, float MouseY)

Overrides: UWindowGrid.PaintColumn


Refresh

function Refresh ()


RefreshServer

function RefreshServer ()


RePing

function RePing ()


RightClickRow

function RightClickRow (int Row, float X, float Y)

Overrides: UWindowGrid.RightClickRow


SelectRow

function SelectRow (int Row)

Overrides: UWindowGrid.SelectRow


ShowInfo

function ShowInfo (UBrowserServerList List)


SortColumn

function SortColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.SortColumn


Tick

function Tick (float DeltaTime)

Overrides: UWindowWindow.Tick