I'm a doctor, not a mechanic
UE2:MyTestMultiColumnList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> MyTestMultiColumnList |
- Package:
- GUI2K4
- This class in other games:
- UE2Runtime
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. |
(C) 2002, Epic Games
Properties[edit]
Property group 'MyTestMultiColumnList'[edit]
MyData[edit]
Type: array<MyTestItem>
Internal variables[edit]
SelStyle[edit]
Type: GUIStyles
Default values[edit]
Property | Value |
---|---|
ColumnHeadings[0] | "Caption" |
ColumnHeadings[1] | "Value" |
ColumnHeadings[2] | "Key" |
InitColumnPerc[0] | 0.5 |
InitColumnPerc[1] | 0.25 |
InitColumnPerc[2] | 0.25 |
Structs[edit]
MyTestItem[edit]
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIListBase.InitComponent
Other instance functions[edit]
Clear[edit]
function Clear ()
Overrides: GUIMultiColumnList.Clear
GetSortString[edit]
Overrides: GUIMultiColumnList.GetSortString
MyOnDrawItem[edit]
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)