Always snap to grid

UE2:UT2K4FilterSummaryList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> UT2K4FilterSummaryList
Package: 
GUI2K4

Lists active rules for the selected filter

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

Properties[edit]

p_Anchor[edit]

Type: UT2K4CustomFilterPage


Rules[edit]

Type: array<CustomFilter.AFilterRule>


Default values[edit]

Property Value
ColumnHeadings[0] "Item Name"
ColumnHeadings[1] "Filter"
ColumnHeadings[2] "Value"
OnDrawItem InternalOnDrawItem
SelectedStyleName "BrowserListSelection"

Functions[edit]

Static functions[edit]

GetFriendlyName[edit]

static final function string GetFriendlyName (MasterServerClient.EQueryType QueryType)


Instance functions[edit]

AddFilterRule[edit]

function AddFilterRule (CustomFilter.AFilterRule NewRule)


Clear[edit]

function Clear ()

Overrides: GUIMultiColumnList.Clear


GetRuleItem[edit]

function string GetRuleItem (int RuleIndex, int ItemIndex)


GetSortString[edit]

function string GetSortString (int i)

Overrides: GUIMultiColumnList.GetSortString


InternalOnDrawItem[edit]

function InternalOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)


RemoveCurrentRule[edit]

function int RemoveCurrentRule ()


RemoveFilterRule[edit]

function int RemoveFilterRule (int RuleIndex)


ValidIndex[edit]

function bool ValidIndex (int i)