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

Difference between revisions of "UE3:InterpFilter Classes (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 2))
 
(No difference)

Latest revision as of 06:40, 17 January 2010

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.