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

UE3:UnrealEd toolbox

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
The toolbox in UT3 Editor.

This articles provides an overview about the Unreal Editor's toolbox. As the name suggests, the toolbox provides tools for modifying the map.

Editing modes[edit]

UT3-UnrealEd-Toolbox-ModeCamera.png Camera Mode
UT3-UnrealEd-Toolbox-ModeGeometry.png Geometry Mode
UT3-UnrealEd-Toolbox-ModeTerrainEdit.png Terrain Editing Mode
UT3-UnrealEd-Toolbox-ModeTexturePan.png Texture Alignment Mode

Brush builders[edit]

Left-clicking uses the brush builder to create a new builder brush with the brush builder's default parameters. Right-clicking on a brush builder button brings up its properties window. Usually you will want to build brushes with customized parameters.

If you have installed any custom brush builders, these will be listed in this part of the toolbox as well.

UT3-UnrealEd-Toolbox-BBCube.png Cube
The cube builder can be used to create cubes and cuboids (rectangular boxes). Optionally the box can be made hollow and its sides can be tessellated, i.e. subdivided into triangles.
UT3-UnrealEd-Toolbox-BBCone.png Cone
The cone builder is actually a pyramid and frustrum builder and can be used to create right pyramids and frustrums with a regular polygon as the base. By default an eight-sided pyramid is created.
UT3-UnrealEd-Toolbox-BBCurvedStair.png Curved Staircase
Creates a curved staircase with a flat base that covers an angle of up to 360 degrees.
UT3-UnrealEd-Toolbox-BBCylinder.png Cylinder
The cylinder builder actually builds right prisms with a regular polygon as its base. By default an eight-sided prism is created.
UT3-UnrealEd-Toolbox-BBLinearStair.png Linear Staircase
Creates a linear staircase with a flat base.
UT3-UnrealEd-Toolbox-BBSheet.png Sheet
The sheet builder creates a square or rectangular sheet that is aligned in X, Y or Z direction and optionally subdivided horizontally and/or vertically into smaller squares or rectangles.
UT3-UnrealEd-Toolbox-BBSpiralStair.png Spiral Staircase
Creates a curved staircase with a slanted base that can turn more than 360 degrees.
UT3-UnrealEd-Toolbox-BBSphere.png Tetrahedron (Sphere)
The tetrahedron builder creates a shape that approximates a sphere. It actually never builds a tetrahedron, use the cone builder for that. You can select an extrapolation level from 1 to 5, where 1 is an octahedron, a shape consisting of eight regular triangles. Each additional level subdivides each triangle into four smaller triangles to get closer to the sphere shape.
You should probably use a static mesh instead of high extrapolation levels, though.
UT3-UnrealEd-Toolbox-BBVolumetric.png Volumetric (Torches, Chains, etc)
Before the introduction of emitters and static meshes, this brush builder was used in combination with dynamic textures to create flames. Now flames should be created using emitters and chains should be modeled as static meshes.

CSG operations[edit]

These operations perform basic constructive solid geometry operations with the red builder brush and existing BSP geometry.

UT3-UnrealEd-Toolbox-Add.png Add
Creates an additive brush in the level.
UT3-UnrealEd-Toolbox-Subtract.png Subtract
Creates a subtractive brush in the level.
UT3-UnrealEd-Toolbox-Intersect.png Intersect
Creates a new builder brush shape by keeping only those parts of the builder brush that intersect with level geometry.
UT3-UnrealEd-Toolbox-Deintersect.png Deintersect
Creates a new builder brush shape by keeping only those parts of the builder brush that do not intersect with level geometry. Deintersect keeps what Intersect would throw away and throws away what Intersect would keep.

Special add operations[edit]

UT3-UnrealEd-Toolbox-AddSpecial.png Add Special Brush
Creates a brush with special properties, for example non-solid and semi-solid brushes. This is a left-over from previous engine generations where BSP geometry needed to be divided into zones to optimize the level and where complex CSG was required because static meshes were not available. You shouldn't use this in Unreal Engine 3 anymore.
UT3-UnrealEd-Toolbox-AddVolume.png Add Volume (right click for options)
Creates a Volume with the shape of the builder brush. Right-clicking on the toolbox button brings up a menu with all known volume classes. Usually you will want to add one of those specialized classes, like UTWaterVolume or BlockingVolume.

Selection[edit]

UT3-UnrealEd-Toolbox-ShowSelected.png Show Selected Actors Only
Hides all but the selected actors.
UT3-UnrealEd-Toolbox-HideSelected.png Hide Selected Actors
Hides the selected actors.
UT3-UnrealEd-Toolbox-InvertSelections.png Invert Selections
Unselects previously selected actors and selects previously unselected (visible) actors.
UT3-UnrealEd-Toolbox-ShowAll.png Show All Actors
Makes previously hidden actors visible again.