UE2:GUITreeList instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUITreeList (instance functions) |
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. |
Instance functions
AddElement
function int AddElement (GUI.GUITreeNode Node)
AddItem
function int AddItem (string Caption, string Value, optional string ParentCaption, optional bool bEnabled, optional string ExtraInfo)
Clear
function Clear ()
Overrides: GUIListBase.Clear
ClearPendingElements
function ClearPendingElements ()
Overrides: GUIListBase.ClearPendingElements
Collapse
Down
function bool Down ()
Overrides: GUIVertList.Down
End
function End ()
Overrides: GUIVertList.End
Expand
FindAvailableChildIndex
FindElement
FindFullIndex
FindIndex
FindIndexByValue
FindNextAvailableRootIndex
FindParentIndex
FindVisibleIndex
GetAtIndex
function bool GetAtIndex (int i, out string Caption, out string Value, out string ParentCaption, out int Level, out byte bEnabled, out string ExtraInfo)
GetCaption
function string GetCaption ()
GetCaptionAtIndex
GetChildIndexList
GetElementAtIndex
GetExtra
function string GetExtra ()
GetExtraAtIndex
GetIndexList
GetLevel
function int GetLevel ()
GetLevelAtIndex
GetParentCaption
function string GetParentCaption ()
GetParentCaptionAtIndex
GetPendingElements
GetValue
function string GetValue ()
GetValueAtIndex
HardInsert
protected function int HardInsert (int idx, string Caption, string Value, string ParentCaption, int Level, bool bEnabled, optional string ExtraInfo)
HardSwap
InsertItem
function int InsertItem (int idx, string Caption, string Value, string ParentCaption, int Level, bool bEnabled, optional string ExtraInfo)
InternalDblClick
function bool InternalDblClick (GUIComponent Sender)
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
Overrides: GUIVertList.InternalOnClick
InternalOnDragDrop
function bool InternalOnDragDrop (GUIComponent Sender)
Overrides: GUIListBase.InternalOnDragDrop
InternalOnEndDrag
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
Overrides: GUIListBase.InternalOnEndDrag
IsToggleClick
LoadFrom
function LoadFrom (GUITreeList Source, optional bool bClearFirst)
PgDn
function PgDn ()
Overrides: GUIVertList.PgDn
PgUp
function PgUp ()
Overrides: GUIVertList.PgUp
RemoveElement
RemoveItem
RemoveItemAt
RemoveSilent
Replace
function Replace (int i, string NewItem, string NewValue, optional string ParentCaption, optional bool bNoSort, optional string ExtraInfo)
SetCaptionAtIndex
SetIndex
Overrides: GUIListBase.SetIndex
SetLevelAtIndex
SetTopItem
function SetTopItem (int Item)
Overrides: GUIListBase.SetTopItem
SetValueAtIndex
Sort
function Sort ()
Overrides: GUIListBase.Sort
ToggleExpand
Up
function bool Up ()
Overrides: GUIVertList.Up