I'm a doctor, not a mechanic
UE3:ConeBuilder (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> BrushBuilder >> ConeBuilder |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
ConeBuilder: Builds a 3D cone brush, compatible with cylinder of same size. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'ConeBuilder'
AlignToSide
Type: bool
Default value: True
CapZ
Type: float
Default value: 256.0
GroupName
Type: name
Default value: 'Cone'
Hollow
Type: bool
InnerRadius
Type: float
Default value: 384.0
OuterRadius
Type: float
Default value: 512.0
Sides
Type: int
Default value: 8
Z
Type: float
Default value: 256.0
Default values
| Property | Value |
|---|---|
| BitmapFilename | "Btn_Cone" |
| ToolTip | "Cone" |
Functions
Events
Build
event bool Build ()
Overrides: BrushBuilder.Build
Other instance functions
BuildCone
function BuildCone (int Direction, bool InAlignToSide, int InSides, float InZ, float Radius, name Item)
