I'm a doctor, not a mechanic

UE3:GeomModifier_Pen (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> GeomModifier >> GeomModifier_Edit >> GeomModifier_Pen
Package: 
UnrealEd

Allows the user to place verts in an orthographic viewport and create a brush afterwards.

Properties

Property group 'Settings'

bAutoExtrude

Type: bool

If TRUE, the shape will be automatically extruded into a brush upon completion.

Default value: True

bCreateBrushShape

Type: bool

If TRUE, the resulting shape will be turned into an ABrushShape actor.

bCreateConvexPolygons

Type: bool

If TRUE, the tool will try and optimize the resulting triangles into convex polygons before creating the brush.

Default value: True

ExtrudeDepth

Type: int

How far to extrude the newly created brush if bAutoExtrude is set to TRUE.

Default value: 256

Internal variables

ShapeVertices

Type: array<Object.Vector>

The vertices that the user has dropped down in the world so far.

SnappedMouseWorldSpacePos

Type: Object.Vector

The mouse position, in world space, where the user currently is hovering.

Default values

Property Value
Description "Pen"