UDN
Search public documentation
SceneManagerReference
Scene Manager Reference
Document Summary: A reference for the Scene Manager in the Unreal Editor. Document Changelog: Created by Dave Burke?; maintained by Richard Nalezynski.Introduction
The Scene Manager allows you to view the Actors for a current Level.Opening the Scene Manager
The Scene Manager will be empty until a level is selected. In the LevelBrowser select a Level from the Level List, right-click the selected level, and choose Show Selected in Scene Manager from the context menu.Scene Manager Overview
The Scene Manager is a table-based interface for viewing and maniplating the actors in a current Level in the World. Actors are displayed as rows in the table, which each column being a property of interest. This interface is well-suited for searching for actors by name, by type, or by property value, as well as for bulk-modifying actor property values. The table is populated by selecting a level from the Level tab, right-clicking and choosing the "Show selected in Scene Manager" pop-up menu option. The Scene Manager is divided into three regions: the focus and filter controls; the actor table; and the property window.Scene Manager Layout
- - Menu Bar
- - Tool Bar
- - Actors List
- - Properties Pane
Menu Bar
View
- Refresh - refresh the Actors List.
Edit
- Delete - delete the selected Actors from the current Level.
Tool Bar
The Tool Bar consists of several unique controls for working with the Actors List.- Level List - list populated with the persistent level and any streamed levels.
- Auto Focus? - whether or not to automatically focus the camera on an Actor when selected.
- Focus On Selected Actor - focuses the camera on the currently-selected Actor.
- Refresh - refreshes the Actors List.
- Delete - deletes the currently-selected Actor from the current Level.
- Actor Type List - filters the Actors List based on the type of Actor.
- Filter - filters the Actors List based on the text entered (can be anywhere in the Actor name).
- Show brushes? - whether or not to show Brushes in the Actors List.
Focus and Filter Controls
Along the top of the scene manager are the controls for modifying the contents of the actor table and for focusing on selected actors.
If the "Auto Focus?" check box is checked, selecting an actor in the table view will cause the main editor viewports to center on the selected actor.
The "F" button is used when "Auto Focus?" is disabled, and is used to manually focus the editor viewports on the actor selected in the actor table.
Click on the "R" button to manually refresh all scene manager panes.
Click on the "X" button to delete all selected actors.
The drop-down combo box on the left of the second row is a class-based filter. Selecting an actor class in this combo will cause only actors of that class to be displayed in the actor table.
The "Filter" field can be used to search for actors by name.
The "Show Brushes?" check box controls whether or not brush actors are displayed in the scene manager.
