Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Difference between revisions of "UE3:UTUIDataProvider StringArray (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
m (1 revision: class descriptions for UDK January update (part 8))
 
Line 1: Line 1:
{{infobox class
+
{{UE3:UTUIDataProvider_StringArray (UT3)}}
| package = UTGame
+
| parent1 = UTUIDataProvider_SimpleElementProvider
+
| parent2 = UIDataProvider
+
| parent3 = UIRoot
+
| parent4 = Object
+
| interface1 = UIListElementCellProvider
+
}}
+
{{autogenerated}}
+
Dataprovider that provides an array of strings.
+
 
+
==Properties==
+
====Strings====
+
'''Type:''' [[array]]<[[string]]>
+
 
+
<!-- enter variable description -->
+
 
+
==Native functions==
+
====GetElementCount====
+
{{code|native function [[int]]&nbsp;'''GetElementCount''' ()}}
+
 
+
'''Overrides:''' {{tl|GetElementCount|UTUIDataProvider_SimpleElementProvider}}
+
 
+
'''Returns:'''
+
:Returns the number of elements(rows) provided.
+

Latest revision as of 06:02, 17 January 2010

UDK Object >> UIRoot >> UIDataProvider >> UTUIDataProvider_SimpleElementProvider >> UTUIDataProvider_StringArray
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UT3

Dataprovider that provides an array of strings.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Properties[edit]

Strings[edit]

Type: array<string>

Strings being provided by this provider.

Native functions[edit]

GetElementCount[edit]

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.