I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:Toolbar

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

The toolbar is the thing that runs along the top of the UnrealEd Interface main window, under the UnrealEd Main Menu.

Looking for info on the buttons down the left-hand side of the window? That's the toolbox.

Legacy interface.toolbar.png

Legend[edit]

  1. New, Open, Save
  2. Undo, Redo
  3. Seach: opens the Actor Search window.
  4. Opens the 2D Shape Editor window.
  5. Opens the Script Editor window for editing UnrealScript
  6. Opens the Actor properties window for the selected actor(s).
  7. Opens the Surface properties window for the surface(s) selected in the 3D UnrealEd Viewport.
  8. Playtest the map.
  9. Context Help

Browsers[edit]

  1. Actor Class Browser.
  2. Group Browser.
  3. Music Browser.
  4. Sound Browser.
  5. Texture Browser.
  6. Mesh Browser.
  7. Prefab Browser.
  8. Static Mesh Browser.
  9. Animation Browser.

Build[edit]

  1. Build Unreal Geometry only.
  2. Build lighting only.
  3. Build changed lighting only
  4. Build paths only: see Bot Pathing
  5. Build changed paths only. This removes all paths from the map, and rebuilds using just the nodes that have been added or changed. This is useful for quickly seeing in the editor if the paths you are working on will work, but because it destroys the entire path network, you can't playtest again until you've done a full path rebuild. It also doesn't generate the automatic path nodes for inventory and pickup items (eg weapons, ammo, health), so these won't appear connected until a full path rebuild.
  6. Build with the options most recently set in the Build window
  7. Opens the Build window.

Also note that there are some (hacked) version of UnrealEd with extra buttons.

Related Topics[edit]