Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4FilterSummaryList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> UT2K4FilterSummaryList |
Contents |
- Package:
- GUI2K4
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Properties
[edit] p_Anchor
Type: UT2K4CustomFilterPage
[edit] Rules
Type: array<CustomFilter.AFilterRule>
[edit] Default values
| Property | Value |
|---|---|
| ColumnHeadings[0] | "Item Name" |
| ColumnHeadings[1] | "Filter" |
| ColumnHeadings[2] | "Value" |
| OnDrawItem | InternalOnDrawItem |
| SelectedStyleName | "BrowserListSelection" |
[edit] Functions
[edit] Static functions
[edit] GetFriendlyName
static final function string GetFriendlyName (MasterServerClient.EQueryType QueryType)
[edit] Instance functions
[edit] AddFilterRule
function AddFilterRule (CustomFilter.AFilterRule NewRule)
[edit] Clear
function Clear ()
Overrides: GUIMultiColumnList.Clear
[edit] GetRuleItem
[edit] GetSortString
Overrides: GUIMultiColumnList.GetSortString
[edit] InternalOnDrawItem
function InternalOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
[edit] RemoveCurrentRule
function int RemoveCurrentRule ()
