UE3:InterpTrackDirector (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT3 Object >> InterpTrack >> InterpTrackDirector
Package:
Engine
This class in other games:

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.