I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIDataProvider_SimpleElementProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UTUIDataProvider_SimpleElementProvider |
Contents |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- Direct subclasses:
- UTUIDataProvider_AvailableContent, UTUIDataProvider_InstalledContent, UTUIDataProvider_ServerDetails, UTUIDataProvider_StatsElementProvider, UTUIDataProvider_StringArray
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Dataprovider that provides a base implementation for a simple list element providers. Needs to be subclassed to work completely.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
[edit] Native functions
[edit] GetElementCount
native function int GetElementCount ()
Returns:
- Returns the number of elements(rows) provided.
