I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:SimpleFilterPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> SimpleFilterPanel
Package: 
GUI2K4

This version of the filter page does not dynamically generate filter options.

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

Properties

See SimpleFilterPanel properties.

Structs

FilterItem

string FilterTag 
bool bEnabled 

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions

ChangeNextMutatorState

protected function ChangeNextMutatorState (int Index, bool bShow)


CheckForNone

protected function CheckForNone ()


FilterSelectionChanged

function FilterSelectionChanged (bool bValid)


MyOnChange

function MyOnChange (GUIComponent Sender)


NoMutatorsMode

protected function NoMutatorsMode ()


Refresh

function Refresh (int NewFilterIndex)


UpdateRule

function UpdateRule (CustomFilter.AFilterRule Rule)


UpdateSelectedMutator

function bool UpdateSelectedMutator (int Index, string NewValue, int OldValue)