UE2:UT2K4FilterSummaryList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> UT2K4FilterSummaryList |
- 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. |
Lists active rules for the selected filter
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
p_Anchor
Type: UT2K4CustomFilterPage
Rules
Type: array<CustomFilter.AFilterRule>
Default values
Property | Value |
---|---|
ColumnHeadings[0] | "Item Name" |
ColumnHeadings[1] | "Filter" |
ColumnHeadings[2] | "Value" |
OnDrawItem | InternalOnDrawItem |
SelectedStyleName | "BrowserListSelection" |
Functions
Static functions
GetFriendlyName
static final function string GetFriendlyName (MasterServerClient.EQueryType QueryType)
Instance functions
AddFilterRule
function AddFilterRule (CustomFilter.AFilterRule NewRule)
Clear
function Clear ()
Overrides: GUIMultiColumnList.Clear
GetRuleItem
GetSortString
Overrides: GUIMultiColumnList.GetSortString
InternalOnDrawItem
function InternalOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
RemoveCurrentRule
function int RemoveCurrentRule ()
RemoveFilterRule
ValidIndex