UE3:UTUIDataProvider_SearchResult (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
UTGame
Implemented interfaces:
UIListElementCellProvider
This class in other games:

UT specific search result that exposes some extra fields to the server browser.

Properties

GameModeFriendlyNameTag

Type: name

Modifiers: const


Default value: 'GameModeFriendlyName'

IconFontPathName

Type: string

Modifiers: const

the path name to the font containing the icons used to display the server flags

Default value: "UI_Fonts_Final.Menus.UI_Fonts_Icons"

MapNameTag

Type: name

Modifiers: const


Default value: 'CustomMapName'

PlayerRatioTag

Type: name

Modifiers: const

data field tags - cached for faster lookup

Default value: 'PlayerRatio'

ServerFlagsTag

Type: name

Modifiers: const


Default value: 'ServerFlags'

Native functions

IsPrivateServer

native function bool IsPrivateServer ()

Returns:

TRUE if server corresponding to this search result is password protected.