UE2:BrowserFilters (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> BrowserFilters |
- Package:
- GUI2K4
- Within class:
- UT2K4ServerBrowser
- Direct subclass:
- PlayInfoFilter
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. |
GUI-wide filter manager - this class provides interaction with filter information across all components that access filters
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'BrowserFilters'
CustomFilterClass
Type: string
Modifiers: config
Default value: "GUI2K4.CustomFilter"
Internal variables
AllFilters
Type: array<CustomFilter>
Modifiers: transient
bInvalidFilterClass
Type: bool
Used to tell when we cannot use filters
Deleted
Type: array<CustomFilter>
Modifiers: transient
FilterClass
Type: class<CustomFilter>
Instance functions
ActivateFilter
AddCustomFilter
AddFilter
protected function int AddFilter (CustomFilter Filter)
CopyFilter
Count
function int Count ()
CreateFilter
protected function CustomFilter CreateFilter (string FilterName)
FindFilterIndex
GetFilterARules
GetFilterName
GetFilterNames
GetFilterRules
HasFilterNamed
InitCustomFilters
function InitCustomFilters ()
IsActive
function bool IsActive (CustomFilter Test)
IsActiveAt
LoadSettings
function LoadSettings (int FilterIndex)
PostEdit
RemoveFilter
RemoveFilterAt
RenameFilter
ResetFilters
function ResetFilters ()
SaveFilters
function SaveFilters ()
SetRule
function SetRule (int FilterIndex, int RuleIndex, string RuleTag, string RuleItem, string RuleValue, string DataType, string QueryType, optional string ExtraData)
ValidIndex
ValidName