Cogito, ergo sum

UE3:InterpFilter_Classes (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:40, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 2))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.