Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshTangentsToolProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshTangentsTool.h |
| Include | #include "MeshTangentsTool.h" |
Syntax
UCLASS ()
class UMeshTangentsToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowDegenerates | Display tangents and/or normals for degenerate triangles | |
| bool | bShowNormals | Display the mesh normals | |
| bool | bShowTangents | Display the mesh tangents | |
| EMeshTangentsType | CalculationMethod | Method used for calculating the tangents | |
| EditCondition | Display difference between FastMikkTSpace tangents and MikkTSpace tangents. | ||
| float | LineLength | Length of lines used for displaying tangents and/or normals | |
| float | LineThickness | Thickness of lines used for displaying tangents and/or normals |