Mostly Harmless
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
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
FindItemIndex
FindLastIndex
FindRule
FindRuleIndex
GetQueryRules
function GetQueryRules (out array<AFilterRule> OutRules)
GetRule
GetRuleKey
GetRuleQueryType
GetRules
function GetRules (out array<CurrentFilter> OutRules)
GetRuleSet
GetRuleSetAt
GetRuleType
GetRuleValues
GetTitle
function string GetTitle ()
GetUniqueName
ImportFilter
function ImportFilter (CustomFilter ImportFrom)
InitializeRules
protected function InitializeRules ()
IsActive
function bool IsActive ()
PostEdit
RemoveRule
RemoveRuleAt
ResetRules
function ResetRules ()
Save
function Save (optional bool bForceSave)
SetActive
SetRules
function SetRules (array<CurrentFilter> NewRules)