Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:ConeBuilder (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> BrushBuilder >> ConeBuilder |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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[edit]
Property group 'ConeBuilder'[edit]
AlignToSide[edit]
Type: bool
Default value: True
CapZ[edit]
Type: float
Default value: 256.0
GroupName[edit]
Type: name
Default value: 'Cone'
Hollow[edit]
Type: bool
InnerRadius[edit]
Type: float
Default value: 384.0
OuterRadius[edit]
Type: float
Default value: 512.0
Sides[edit]
Type: int
Default value: 8
Z[edit]
Type: float
Default value: 256.0
Default values[edit]
Property | Value |
---|---|
BitmapFilename | "Btn_Cone" |
ToolTip | "Cone" |
Functions[edit]
Events[edit]
Build[edit]
event bool Build ()
Overrides: BrushBuilder.Build
Other instance functions[edit]
BuildCone[edit]
function BuildCone (int Direction, bool InAlignToSide, int InSides, float InZ, float Radius, name Item)