Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
Include |
#include "AddPrimitiveTool.h" |
UCLASS()
class UProceduralArrowToolProperties : public UProceduralShapeToolProperties
Name | Description | ||
---|---|---|---|
|
float |
HeadHeight |
Height of arrow head |
|
float |
HeadRadius |
Radius of the arrow head base |
|
int |
HeightSubdivisions |
Number of subdivisions along each part of the arrow, i.e. shaft, head base, head cone |
|
int |
RadialSlices |
Number of radial slices for the arrow |
|
float |
ShaftHeight |
Height of arrow shaft |
|
float |
ShaftRadius |
Radius of the arrow shaft |