The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UTUIDataProvider_ServerDetails (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UTUIDataProvider_SimpleElementProvider >> UTUIDataProvider_ServerDetails |
- 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. |
Dataprovider that gives a key/value list of details for a server given its search result row.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
Properties[edit]
SearchResultsRow[edit]
Type: int
Modifiers: transient
Provider that has server information.
Native functions[edit]
GetElementCount[edit]
native function int GetElementCount ()
Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount
Returns the number of elements in the list.
GetSearchResultsProvider[edit]
native function UIDataProvider_Settings GetSearchResultsProvider ()
Returns:
- Returns a reference to the search results provider that is used to generate data for this class.