There is no spoon

UE3:UTUIDataProvider_SearchResult (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UT3

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

Properties[edit]

GameModeFriendlyNameTag[edit]

Type: name

Modifiers: const


Default value: 'GameModeFriendlyName'

IconFontPathName[edit]

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[edit]

Type: name

Modifiers: const


Default value: 'CustomMapName'

PlayerRatioTag[edit]

Type: name

Modifiers: const

data field tags - cached for faster lookup

Default value: 'PlayerRatio'

ServerFlagsTag[edit]

Type: name

Modifiers: const


Default value: 'ServerFlags'

Native functions[edit]

IsPrivateServer[edit]

native function bool IsPrivateServer ()

Returns:

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