Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:CustomFilter (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:CurrentFilter (UT2004))
Jump to: navigation, search
UT2004 Object >> CustomFilter

Contents

Package: 
GUI2K4

Base class for custom server browser filters

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

[edit] Properties

[edit] Active

Type: bool

Modifiers: protected, config


[edit] AllRules

Type: array<CurrentFilter>

Modifiers: protected


[edit] bDirty

Type: bool

Modifiers: protected


[edit] bEnabled

Type: bool

Modifiers: protected


[edit] DefaultTitle

Type: string

Modifiers: protected, config


[edit] Rules

Type: array<AFilterRule>

Modifiers: protected, config


[edit] Title

Type: string

Modifiers: protected


[edit] Enums

[edit] EDataType

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

[edit] Structs

[edit] AFilterRule

MasterServerClient.QueryData FilterItem 
Key, Value, QueryType
EDataType FilterType 
string ItemName 
FriendlyName

[edit] CurrentFilter

AFilterRule Item 
int ItemIndex 
Index of item

[edit] Functions

[edit] Static functions

[edit] ChopClass

static final function ChopClass (out string FullName)


[edit] GetDataType

static final function EDataType GetDataType (string DT)


[edit] GetDataTypeString

static final function string GetDataTypeString (EDataType Type)


[edit] GetQueryString

static final function string GetQueryString (MasterServerClient.EQueryType QT)


[edit] GetQueryType

static final function MasterServerClient.EQueryType GetQueryType (string QT)


[edit] StaticGenerateRule

static final function AFilterRule StaticGenerateRule (string FriendlyName, string ItemName, string ItemVal, EDataType ItemDataType, MasterServerClient.EQueryType ItemQueryType)


[edit] Events

[edit] Created

event Created ()

Overrides: Object.Created


[edit] Other instance functions

See CustomFilter instance functions.