Always snap to grid
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
CurrentGame
Type: string
FilterMaster
Type: BrowserFilters
FilterRules
Type: array<CustomFilter.AFilterRule>
FilterTypeString
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
Type: UT2K4CustomFilterPage
Functions
Events
InitComponent
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: UT2K4PlayInfoPanel.InitComponent
Other instance functions
AddFilterRule
function AddFilterRule (CustomFilter.AFilterRule NewRule)
CanShowPanel
function bool CanShowPanel ()
Overrides: UT2K4PlayInfoPanel.CanShowPanel
InitPanel
function InitPanel ()
Overrides: GUITabPanel.InitPanel
PopulateFilterTypes
function PopulateFilterTypes (moComboBox NewCombo, bool Ranged)