Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 | ||
---|---|---|
![]() | int | GetElementCount () |
Inherited Functions from UTGame.UTUIDataProvider_SimpleElementProvider |
---|
GetElementCount |
Variables Detail |
---|
Strings being provided by this provider.
Functions Detail |
---|
@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 | UnrealScript Documentation |
previous class next class | frames no frames |