Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UProceduralShapeToolProperties
- UProceduralArrowToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include | #include "AddPrimitiveTool.h" |
Syntax
UCLASS&40;&41;
class UProceduralArrowToolProperties : public UProceduralShapeToolProperties
Variables
| Type | 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 |