I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:GUIFilterPanel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel |
- Package:
- GUI2K4
- Direct subclasses:
- UT2K4CustomRulesPanel, UT2K4FilterRulesPanel, UT2K4FilterSummaryPanel
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. |
Base class for filter tab panels that contain PlayInfo settings
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
CurrentGame[edit]
Type: string
FilterMaster[edit]
Type: BrowserFilters
FilterRules[edit]
Type: array<CustomFilter.AFilterRule>
FilterTypeString[edit]
Type: string
Array size: 7
Default value, index 0: "Disabled"
Default value, index 1: "Equals"
Default value, index 2: "Not"
Default value, index 3: "Higher"
Default value, index 4: "Or Higher"
Default value, index 5: "Lower"
Default value, index 6: "Or Lower"
p_Anchor[edit]
Type: UT2K4CustomFilterPage
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: UT2K4PlayInfoPanel.InitComponent
Other instance functions[edit]
AddFilterRule[edit]
function AddFilterRule (CustomFilter.AFilterRule NewRule)
CanShowPanel[edit]
function bool CanShowPanel ()
Overrides: UT2K4PlayInfoPanel.CanShowPanel
InitPanel[edit]
function InitPanel ()
Overrides: GUITabPanel.InitPanel
PopulateFilterTypes[edit]
function PopulateFilterTypes (moComboBox NewCombo, bool Ranged)