My program doesn't have bugs. It just develops random features.

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[edit]

See SimpleFilterPanel properties.

Structs[edit]

FilterItem[edit]

string FilterTag 
bool bEnabled 

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions[edit]

ChangeNextMutatorState[edit]

protected function ChangeNextMutatorState (int Index, bool bShow)


CheckForNone[edit]

protected function CheckForNone ()


FilterSelectionChanged[edit]

function FilterSelectionChanged (bool bValid)


MyOnChange[edit]

function MyOnChange (GUIComponent Sender)


NoMutatorsMode[edit]

protected function NoMutatorsMode ()


Refresh[edit]

function Refresh (int NewFilterIndex)


UpdateRule[edit]

function UpdateRule (CustomFilter.AFilterRule Rule)


UpdateSelectedMutator[edit]

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