I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:UWindowLayoutControl (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE1:LayoutCell (U1))
Jump to: navigation, search
U1 Object >> UWindowLayoutControl
Package: 
UWindow
This class in other games:
RTNP, UT

null

Properties[edit]

bEqualSizedCols[edit]

Type: bool


bEqualSizedRows[edit]

Type: bool


bFixedHeight[edit]

Type: bool


bFixedWidth[edit]

Type: bool


Cols[edit]

Type: int


ColWidths[edit]

Type: float

Array size: 50


OwnerWindow[edit]

Type: UWindowWindow


RowHeights[edit]

Type: float

Array size: 50


Rows[edit]

Type: int


WinHeight[edit]

Type: float


WinLeft[edit]

Type: float


WinTop[edit]

Type: float


WinWidth[edit]

Type: float


X[edit]

Type: RowData

Array size: 50


Structs[edit]

LayoutCell[edit]

UWindowDialogControl
UWindowLayoutControl
int HAlign 
-1, 0, 1
int VAlign 

RowData[edit]

LayoutCell Y[50]  

Instance functions[edit]

CalcColWidth[edit]

function float CalcColWidth (int Col)


CalcRowHeight[edit]

function float CalcRowHeight (int Row)


CalcSize[edit]

function CalcSize (out float Width, out float Height)


DoLayout[edit]

function DoLayout ()


SetDimensions[edit]

function int SetDimensions (int NewCols, int NewRows)


SetSize[edit]

function SetSize (float X, float Y)