UTGame.UTUIDataStore_2DStringList
- Extends
- UIDataStore
- Modifiers
- config ( Game ) native ( UI ) transient implements ( UIListElementProvider ) implements ( UIListElementCellProvider )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIDataStore
|
+-- UTGame.UTUIDataStore_2DStringList
Functions Summary |
 | int | AddField (name FieldName))
|
 | int | AddFieldList (int FieldIdx, name ListName))
|
 | int | AddFieldRow (int FieldIdx, optional const out array<string> RowStrings, optional bool bDisableSelection, optional bool bBatchOp))
|
 | | EmptyField (name FieldName))
|
 | | EmptyFieldLists (name FieldName))
|
 | int | FindFieldListItem (int FieldIdx, name ListName, string SearchItem))
|
 | int | GetFieldIndex (name FieldName)
|
 | | GetFieldList (int FieldIdx, name ListName, out array<string> ListStrings))
|
 | int | GetFieldListIndex (int FieldIdx, name ListName))
|
 | int | GetFieldListsLength (int FieldIdx))
|
 | | GetFieldRow (int FieldIdx, int RowIdx, out array<string> RowStrings))
|
 | string | GetFieldRowElement (int FieldIdx, int ColumnIdx, int RowIdx))
|
 | int | GetFieldRowLength (int FieldIdx))
|
 | | InsertFieldListItems (int FieldIdx, name ListName, int StartRowIdx, const out array<string> ListStrings, optional bool bBatchOp))
|
 | | RemoveField (name FieldName, optional bool bBatchOp))
|
 | | RemoveFieldList (int FieldIdx, name ListName, optional bool bBatchOp))
|
 | | RemoveFieldRow (int FieldIdx, int RowIdx, optional bool bBatchOp))
|
 | | SetColumnStr (int FieldIdx, name ListName, string ColumnStr, optional bool bBatchOp))
|
 | | SetFieldListsLength (int FieldIdx, int NewListsLength, optional bool bBatchOp))
|
 | | SetFieldRowLength (int FieldIdx, int NewRowLength, optional bool bBatchOp))
|
 | | UpdateFieldList (int FieldIdx, name ListName, const out array<string> ListStrings, optional bool bBatchOp))
|
 | | UpdateFieldRow (int FieldIdx, int RowIdx, const out array<string> RowStrings, optional bool bDisableSelection, optional bool bBatchOp))
|
struct
SAEditorData
{
var array<name> ListTags;
var name Tag;
};
struct
SAListData
{
var string ColumnHeader;
var name ListTag;
var array<string> Strings;
};
final function int AddField ( name FieldName) )
final function int AddFieldList ( int FieldIdx, name ListName) )
final function int AddFieldRow ( int FieldIdx, optional const out array<string> RowStrings, optional bool bDisableSelection, optional bool bBatchOp) )
final function EmptyField ( name FieldName) )
final function EmptyFieldLists ( name FieldName) )
final function int FindFieldListItem ( int FieldIdx, name ListName, string SearchItem) )
native function int GetFieldIndex ( name FieldName )
final function GetFieldList ( int FieldIdx, name ListName, out array<string> ListStrings) )
final function int GetFieldListIndex ( int FieldIdx, name ListName) )
final function int GetFieldListsLength ( int FieldIdx) )
final function GetFieldRow ( int FieldIdx, int RowIdx, out array<string> RowStrings) )
final function string GetFieldRowElement ( int FieldIdx, int ColumnIdx, int RowIdx) )
final function int GetFieldRowLength ( int FieldIdx) )
final function InsertFieldListItems ( int FieldIdx, name ListName, int StartRowIdx, const out array<string> ListStrings, optional bool bBatchOp) )
final function RemoveField ( name FieldName, optional bool bBatchOp) )
final function RemoveFieldList ( int FieldIdx, name ListName, optional bool bBatchOp) )
final function RemoveFieldRow ( int FieldIdx, int RowIdx, optional bool bBatchOp) )
final function SetColumnStr ( int FieldIdx, name ListName, string ColumnStr, optional bool bBatchOp) )
final function SetFieldListsLength ( int FieldIdx, int NewListsLength, optional bool bBatchOp) )
final function SetFieldRowLength ( int FieldIdx, int NewRowLength, optional bool bBatchOp) )
final function UpdateFieldList ( int FieldIdx, name ListName, const out array<string> ListStrings, optional bool bBatchOp) )
final function UpdateFieldRow ( int FieldIdx, int RowIdx, const out array<string> RowStrings, optional bool bDisableSelection, optional bool bBatchOp) )
defaultproperties
{
ConstEditorListData(0)=(Tag="UTVoteGameList",ListTags=("GameList","VoteCount"))
ConstEditorListData(1)=(Tag="UTVoteMapList",ListTags=("MapList","VoteCount"))
ConstEditorListData(2)=(Tag="UTVoteMutators",ListTags=("VoteCount","Mutator","MutVoteIdx"))
Tag="UT2DStringList"
WriteAccessType=ACCESS_WriteAll
Name="Default__UTUIDataStore_2DStringList"
ObjectArchetype=UIDataStore'Engine.Default__UIDataStore'
}
|
Creation time: sk 18-3-2018 10:00:58.430 - Created with
UnCodeX