Gets the parameters required for generating a cone.
Uses default values if the param is not found
|
Shape Data
S Dyn Shape Data Structure
|
Dyn Shape Data containing the params for this shape |
|
Base Radius
Float (double-precision)
|
The radius at the base of the cone |
|
Top Radius
Float (double-precision)
|
The radius at the top of the cone |
|
Height
Float (double-precision)
|
The height of the cone |
|
Radial Steps
Integer
|
Number of steps for the circle base used to calculate the number of sides |
|
Height Steps
Integer
|
Honestly I'm not entirely sure, seems to affect the generated normals SEE: https://docs.unrealengine.com/5.3/en-US/BlueprintAPI/GeometryScript/Primitives/AppendCone/ |
|
Capped
Boolean
|
Whether the base is capped |