I'm a doctor, not a mechanic

Legacy:CylinderBuilder

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14:12, 26 December 2005 by SuperApe (Talk) (class page markup)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Object >> BrushBuilder >> CylinderBuilder (Package: Editor)
UT2003 :: Object >> BrushBuilder >> CylinderBuilder (Package: Editor)

This creates a cylinder for the red builder brush.

Properties[edit]

float Height 
the height of the cylinder
float OuterRadius 
The radius of the cylinder.
float InnerRadius 
applies only when Hollow. The radius of the hollow part
int Sides 
The number of points at the sides. The more points, the rounder it looks, but when too many, the game gets slower.
name GroupName 
doesn't work with it
bool Align to Side 
Aligns the textures to the side
bool Hollow 
makes ik hollow

Functions[edit]

BuildCylinder( int Direction, bool AlignToSide, int Sides, float Height, float Radius ) 
bool Build() 

Alignment tips[edit]

I don't really know how to align cylinders properly. Just do align wall direction and panning, and then it looks ok enough.

Related Topics[edit]