I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:UT2K4FilterSummaryPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel >> UT2K4FilterSummaryPanel
Package: 
GUI2K4

Lists the active rules for the current filter.

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'Menu'[edit]

HeaderColumnPerc[edit]

Type: array<float>

Modifiers: config


Default value, index 0: 0.4

Default value, index 1: 0.4

Default value, index 2: 0.2

Internal variables[edit]

lb_FilterRules[edit]

Type: UT2K4FilterSummaryListBox

Modifiers: automated


Default value: UT2K4FilterSummaryListBox'RulesBox'

li_FilterRules[edit]

Type: UT2K4FilterSummaryList


Default values[edit]

Property Value
lb_Rules GUIMultiOptionListBox'RulesLB'
OnCreateComponent UT2K4PlayInfoPanel.InternalOnCreateComponent
OnSaveINI InternalOnSaveINI

Subobjects[edit]

RulesBox[edit]

Class: GUI2K4.UT2K4FilterSummaryListBox

Property Value
bVisibleWhenEmpty True
OnCreateComponent ListOnCreateComponent
WinHeight 1.0
WinLeft 0.0
WinWidth 1.0

RulesLB[edit]

Class: XInterface.GUIMultiOptionListBox

Property Value
bVisibleWhenEmpty True

Instance functions[edit]

AddFilterRule[edit]

function AddFilterRule (CustomFilter.AFilterRule NewRule)

Overrides: GUIFilterPanel.AddFilterRule


ClearRules[edit]

function ClearRules ()

Overrides: UT2K4PlayInfoPanel.ClearRules


InternalOnSaveINI[edit]

function string InternalOnSaveINI (GUIComponent Sender)


ListOnCreateComponent[edit]

function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)


Refresh[edit]

function Refresh ()

Overrides: UT2K4PlayInfoPanel.Refresh


UpdateRules[edit]

function UpdateRules ()

Overrides: UT2K4PlayInfoPanel.UpdateRules