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
(Redirected from UE3:DirectorTrackCut (UT3))
Jump to: navigation, search
UT3 Object >> InterpTrack >> InterpTrackDirector
Package: 
Engine
This class in other games:
UDK

null

Properties[edit]

CutTrack[edit]

Type: array<DirectorTrackCut>

Array of cuts between cameras.

Default values[edit]

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

Structs[edit]

DirectorTrackCut[edit]

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.