Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:UBrowserRulesGrid (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowGrid >> UBrowserRulesGrid
Package: 
UBrowser
This class in other games:
RTNP, U1

UBrowserRulesGrid

Properties[edit]

RuleText[edit]

Type: string

Modifiers: localized


Default value: "Rule"

ValueText[edit]

Type: string

Modifiers: localized


Default value: "Value"

Default values[edit]

Property Value
bNoKeyboard True

Instance functions[edit]

Created[edit]

function Created ()

Overrides: UWindowGrid.Created


PaintColumn[edit]

function PaintColumn (Canvas C, UWindowGridColumn Column, float MouseX, float MouseY)

Overrides: UWindowGrid.PaintColumn


RightClickRow[edit]

function RightClickRow (int Row, float X, float Y)

Overrides: UWindowGrid.RightClickRow


SelectRow[edit]

function SelectRow (int Row)

Overrides: UWindowGrid.SelectRow


SortColumn[edit]

function SortColumn (UWindowGridColumn Column)

Overrides: UWindowGrid.SortColumn