I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:InterpTrackDirector (UT3)

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

null

Properties

CutTrack

Type: array<DirectorTrackCut>

Array of cuts between cameras.

Default values

Property Value
bDirGroupOnly True
bOnePerGroup True
TrackInstClass Class'Engine.InterpTrackInstDirector'
TrackTitle "Director"

Structs

DirectorTrackCut

Modifiers: native

Information for one cut in this track.

float Time 
Time to perform the cut.
float TransitionTime 
Time taken to move view to new camera.
name TargetCamGroup 
GroupName of InterpGroup to cut viewpoint to.