Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:CustomFilter (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:CurrentFilter (UT2004))
Object >> CustomFilter |
Contents
- Package:
- GUI2K4
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 custom server browser filters
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Active[edit]
Type: bool
Modifiers: protected, config
AllRules[edit]
Type: array<CurrentFilter>
Modifiers: protected
bDirty[edit]
Type: bool
Modifiers: protected
bEnabled[edit]
Type: bool
Modifiers: protected
DefaultTitle[edit]
Type: string
Modifiers: protected, config
Rules[edit]
Type: array<AFilterRule>
Modifiers: protected, config
Title[edit]
Type: string
Modifiers: protected
Enums[edit]
EDataType[edit]
- DT_Unique
- Only one item with this key can exist
- DT_Ranged
- Max of two items with this key can exist, and QueryType cannot be QT_Equals
- DT_Multiple
- Allow multiple items with the same name
Structs[edit]
AFilterRule[edit]
- MasterServerClient.QueryData FilterItem
- Key, Value, QueryType
- EDataType FilterType
- string ItemName
- FriendlyName
CurrentFilter[edit]
- AFilterRule Item
- int ItemIndex
- Index of item
Functions[edit]
Static functions[edit]
ChopClass[edit]
static final function ChopClass (out string FullName)
GetDataType[edit]
GetDataTypeString[edit]
GetQueryString[edit]
static final function string GetQueryString (MasterServerClient.EQueryType QT)
GetQueryType[edit]
static final function MasterServerClient.EQueryType GetQueryType (string QT)
StaticGenerateRule[edit]
static final function AFilterRule StaticGenerateRule (string FriendlyName, string ItemName, string ItemVal, EDataType ItemDataType, MasterServerClient.EQueryType ItemQueryType)
Events[edit]
Created[edit]
event Created ()
Overrides: Object.Created