The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:InterpFilter_Classes (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> InterpFilter >> InterpFilter_Classes
Package: 
Engine
This class in other games:
UT3

InterpFilter_Classes.uc: Filter class for filtering matinee groups. Used by the matinee editor to filter groups to specific classes of attached actors.

Properties

ClassToFilterBy

Type: class<Object>

Modifiers: editoronly

Which class to filter groups by.

TrackClasses

Type: array<class<Object> >

Modifiers: editoronly

List of allowed track classes. If empty, then all track classes will be included. Only groups that contain at least one of these types of tracks will be displayed.