I don't need to test my programs. I have an error-correcting modem.

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

ClassToFilterBy[edit]

Type: class<Object>

Modifiers: editoronly

Which class to filter groups by.

TrackClasses[edit]

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.