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