Gah - a solution with more questions. – EntropicLqd

UE2:CustomFilter instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> CustomFilter (instance functions)

Instance functions

AddRule

function float AddRule (string NewName, string NewKey, string NewValue, MasterServerClient.EQueryType QType, EDataType DType)


CancelChanges

function CancelChanges ()


ChangeRule

function bool ChangeRule (int Index, string NewTag, string NewValue, MasterServerClient.EQueryType NewType)


Count

function int Count ()


FindInnerIndex

function int FindInnerIndex (string ItemName, string Value)


FindItemIndex

function int FindItemIndex (string ItemName, int ItemIndex)


FindLastIndex

protected function int FindLastIndex (string ItemName)


FindRule

function bool FindRule (out AFilterRule Rule, string ItemName, optional string Value)


FindRuleIndex

function int FindRuleIndex (string ItemName, optional string Value)


GetQueryRules

function GetQueryRules (out array<AFilterRuleOutRules)


GetRule

function bool GetRule (int Index, out AFilterRule Rule)


GetRuleKey

function string GetRuleKey (int Index)


GetRuleQueryType

function string GetRuleQueryType (int Index)


GetRules

function GetRules (out array<CurrentFilterOutRules)


GetRuleSet

function array<CurrentFilterGetRuleSet (string ItemName)


GetRuleSetAt

function array<CurrentFilterGetRuleSetAt (int Index)


GetRuleType

function string GetRuleType (int Index)


GetRuleValues

function array<stringGetRuleValues (int Index)


GetTitle

function string GetTitle ()


GetUniqueName

protected function string GetUniqueName (string Test, int Index)


ImportFilter

function ImportFilter (CustomFilter ImportFrom)


InitializeRules

protected function InitializeRules ()


IsActive

function bool IsActive ()


PostEdit

function PostEdit (string NewTitle, array<AFilterRuleNewRules)


RemoveRule

function bool RemoveRule (string ItemName)


RemoveRuleAt

function bool RemoveRuleAt (int Index)


ResetRules

function ResetRules ()


Save

function Save (optional bool bForceSave)


SetActive

function bool SetActive (bool NewActive)


SetRules

function SetRules (array<CurrentFilterNewRules)


SetTitle

function bool SetTitle (string NewTitle)


ValidIndex

function bool ValidIndex (int Index)