Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UTUIDataProvider_SearchResult (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIDynamicDataProvider >> UIDataProvider_Settings >> UTUIDataProvider_SearchResult |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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.