I don't need to test my programs. I have an error-correcting modem.
UE2:CustomFilter instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> CustomFilter (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddRule
- 1.2 CancelChanges
- 1.3 ChangeRule
- 1.4 Count
- 1.5 FindInnerIndex
- 1.6 FindItemIndex
- 1.7 FindLastIndex
- 1.8 FindRule
- 1.9 FindRuleIndex
- 1.10 GetQueryRules
- 1.11 GetRule
- 1.12 GetRuleKey
- 1.13 GetRuleQueryType
- 1.14 GetRules
- 1.15 GetRuleSet
- 1.16 GetRuleSetAt
- 1.17 GetRuleType
- 1.18 GetRuleValues
- 1.19 GetTitle
- 1.20 GetUniqueName
- 1.21 ImportFilter
- 1.22 InitializeRules
- 1.23 IsActive
- 1.24 PostEdit
- 1.25 RemoveRule
- 1.26 RemoveRuleAt
- 1.27 ResetRules
- 1.28 Save
- 1.29 SetActive
- 1.30 SetRules
- 1.31 SetTitle
- 1.32 ValidIndex
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. |
Instance functions[edit]
AddRule[edit]
function float AddRule (string NewName, string NewKey, string NewValue, MasterServerClient.EQueryType QType, EDataType DType)
CancelChanges[edit]
function CancelChanges ()
ChangeRule[edit]
function bool ChangeRule (int Index, string NewTag, string NewValue, MasterServerClient.EQueryType NewType)
Count[edit]
function int Count ()
FindInnerIndex[edit]
FindItemIndex[edit]
FindLastIndex[edit]
FindRule[edit]
FindRuleIndex[edit]
GetQueryRules[edit]
function GetQueryRules (out array<AFilterRule> OutRules)
GetRule[edit]
GetRuleKey[edit]
GetRuleQueryType[edit]
GetRules[edit]
function GetRules (out array<CurrentFilter> OutRules)
GetRuleSet[edit]
GetRuleSetAt[edit]
GetRuleType[edit]
GetRuleValues[edit]
GetTitle[edit]
function string GetTitle ()
GetUniqueName[edit]
ImportFilter[edit]
function ImportFilter (CustomFilter ImportFrom)
InitializeRules[edit]
protected function InitializeRules ()
IsActive[edit]
function bool IsActive ()
PostEdit[edit]
RemoveRule[edit]
RemoveRuleAt[edit]
ResetRules[edit]
function ResetRules ()
Save[edit]
function Save (optional bool bForceSave)
SetActive[edit]
SetRules[edit]
function SetRules (array<CurrentFilter> NewRules)