Always snap to grid

Legacy:SceneManager

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 13:09, 16 December 2005 by SuperApe (Talk)

Jump to: navigation, search
UT2003 :: Actor >> Info >> SceneManager

Manages a matinee scene. Contains a list of action items that will be played out in order.

SceneManager is the class which controls the action(s) of the player's viewpoint (the "camera") and Actors (usually Movers??) during cinematic scenes, including motion through the scene, event triggering, fades in and out between scenes, and a number of other properties.

SceneManager (and Matinee) need not be used only in "cutscene" type cinematics. It's also useful in normal gameplay scenarios.

Matinee is the GUI used in UEd 3 to create SceneManager content (Properties and Action items) and to define motion paths.

Related Topics


Category:Legacy Class (UT2003)

Category:Legacy Class (UT2004)

Category:Legacy To Do – Needs packagename, any property, function, event and state definitions. Linkage to tutorials.