My program doesn't have bugs. It just develops random features.
UE3:UTUIDataStore_2DStringList (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UTUIDataStore_2DStringList |
Contents
- 1 Properties
- 2 Structs
- 3 Functions
- 3.1 Native functions
- 3.2 Other instance functions
- 3.2.1 AddField
- 3.2.2 AddFieldList
- 3.2.3 AddFieldRow
- 3.2.4 EmptyField
- 3.2.5 EmptyFieldLists
- 3.2.6 FindFieldListItem
- 3.2.7 GetFieldList
- 3.2.8 GetFieldListIndex
- 3.2.9 GetFieldListsLength
- 3.2.10 GetFieldRow
- 3.2.11 GetFieldRowElement
- 3.2.12 GetFieldRowLength
- 3.2.13 InsertFieldListItems
- 3.2.14 RemoveField
- 3.2.15 RemoveFieldList
- 3.2.16 RemoveFieldRow
- 3.2.17 SetColumnStr
- 3.2.18 SetFieldListsLength
- 3.2.19 SetFieldRowLength
- 3.2.20 UpdateFieldList
- 3.2.21 UpdateFieldRow
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. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties[edit]
ConstEditorListData[edit]
Type: array<SAEditorData>
Modifiers: const
Default value, index 0:
Member | Value |
---|---|
ListTags |
|
Tag | 'UTVoteGameList' |
Default value, index 1:
Member | Value |
---|---|
ListTags |
|
Tag | 'UTVoteMapList' |
Default value, index 2:
Member | Value |
---|---|
ListTags |
|
Tag | 'UTVoteMutators' |
EditorListData[edit]
Type: array<SAEditorData>
Modifiers: config
ListData[edit]
Type: array<SAArrayData>
Default values[edit]
Property | Value |
---|---|
Tag | 'UT2DStringList' |
WriteAccessType | ACCESS_WriteAll |
Structs[edit]
SAArrayData[edit]
Modifiers: native
- name Tag
- The tag used for binding this data to a list cell
- array<SAListData> Lists
- The 2-dimensional string list associated with this tag
- array<byte> RowStates
- Used to indicate whether or not a particular row is disabled or enabled (0 or 1); each Lists.Strings element represents a row
SAEditorData[edit]
Modifiers: native
- name Tag
- Corresponds to SAArrayData.Tag
- array<name> ListTags
- Corresponds to SAArrayData.Lists.ListTag
SAListData[edit]
Modifiers: native
- name ListTag
- The tag to use for identifying this list (corresponds to the column cell tag)
- string ColumnHeader
- The column header used for this string list
- array<string> Strings
- The actual string list
Functions[edit]
Native functions[edit]
GetFieldIndex[edit]
Parameters:
- FieldName - Name of the 2D String Array to find
Returns:
- the index of a string list
Other instance functions[edit]
AddField[edit]
AddFieldList[edit]
AddFieldRow[edit]
final function int AddFieldRow (int FieldIdx, optional const out array<string> RowStrings, optional bool bDisableSelection, optional bool bBatchOp)
EmptyField[edit]
final function EmptyField (name FieldName)
EmptyFieldLists[edit]
final function EmptyFieldLists (name FieldName)
FindFieldListItem[edit]
GetFieldList[edit]
GetFieldListIndex[edit]
Parameters:
- FieldIdx - Index of the 2D String Array as returned by GetFieldIndex
- ListName - Name of the string list to find
Returns:
- the index of the column within the specified string array
GetFieldListsLength[edit]
GetFieldRow[edit]
GetFieldRowElement[edit]
GetFieldRowLength[edit]
InsertFieldListItems[edit]
final function InsertFieldListItems (int FieldIdx, name ListName, int StartRowIdx, const out array<string> ListStrings, optional bool bBatchOp)
RemoveField[edit]
RemoveFieldList[edit]
RemoveFieldRow[edit]
SetColumnStr[edit]
SetFieldListsLength[edit]
SetFieldRowLength[edit]
UpdateFieldList[edit]
final function UpdateFieldList (int FieldIdx, name ListName, const out array<string> ListStrings, optional bool bBatchOp)
UpdateFieldRow[edit]
final function UpdateFieldRow (int FieldIdx, int RowIdx, const out array<string> RowStrings, optional bool bDisableSelection, optional bool bBatchOp)