Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUIDataProvider_StringArray

Extends
UTUIDataProvider_SimpleElementProvider
Modifiers
native ( UI )

Dataprovider that provides an array of strings. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- UTGame.UTUIDataProvider_SimpleElementProvider
         |   
         +-- UTGame.UTUIDataProvider_StringArray

Variables Summary
array<string>Strings
Inherited Variables from Engine.UIDataProvider
ProviderChangedNotifies, WriteAccessType

Enumerations Summary
Inherited Enumerations from Engine.UIDataProvider
EProviderAccessType

Structures Summary
Inherited Structures from Engine.UIDataProvider
UIDataProviderField

Functions Summary
functionint GetElementCount ()
Inherited Functions from UTGame.UTUIDataProvider_SimpleElementProvider
GetElementCount
Inherited Functions from Engine.UIDataProvider
AddPropertyNotificationChangeRequest, GenerateFillerData, GenerateScriptMarkupString, GetFieldValue, GetSupportedScriptFields, NotifyPropertyChanged, RemovePropertyNotificationChangeRequest, SetFieldValue


Variables Detail

Strings Source code

var array<string> Strings;
Strings being provided by this provider.


Functions Detail

GetElementCount Source code

native function int GetElementCount ( )

@return Returns the number of elements(rows) provided.


Defaultproperties

defaultproperties
{
   Name="Default__UTUIDataProvider_StringArray"
   ObjectArchetype=UTUIDataProvider_SimpleElementProvider'UTGame.Default__UTUIDataProvider_SimpleElementProvider'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:58.407 - Created with UnCodeX