I love the smell of UnrealEd crashing in the morning. – tarquin
UE1:UWindowGridColumn (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowGridColumn |
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. |
UWindowGridColumn - a grid column
Properties[edit]
bSizing[edit]
Type: bool
ColumnHeading[edit]
Type: string
ColumnNum[edit]
Type: int
NextColumn[edit]
Type: UWindowGridColumn
PrevColumn[edit]
Type: UWindowGridColumn
Instance functions[edit]
BeforePaint[edit]
Overrides: UWindowWindow.BeforePaint
Click[edit]
Overrides: UWindowWindow.Click
Created[edit]
function Created ()
Overrides: UWindowWindow.Created
DoubleClick[edit]
Overrides: UWindowWindow.DoubleClick
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
LMouseUp[edit]
Overrides: UWindowWindow.LMouseUp
MouseLeave[edit]
function MouseLeave ()
Overrides: UWindowWindow.MouseLeave
MouseMove[edit]
Overrides: UWindowWindow.MouseMove
Paint[edit]
Overrides: UWindowWindow.Paint
RMouseDown[edit]
Overrides: UWindowWindow.RMouseDown
RMouseUp[edit]
Overrides: UWindowWindow.RMouseUp