Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshElementsVisualizerProperties
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshElementsVisualizer.h |
| Include | #include "Drawing/MeshElementsVisualizer.h" |
Syntax
UCLASS ()
class UMeshElementsVisualizerProperties : public UInteractiveToolPropertySet
Remarks
Visualization settings UMeshElementsVisualizer
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAdjustDepthBiasUsingMeshSize | ||
| FColor | BoundaryEdgeColor | Color of mesh boundary edges | |
| bool | bShowBorders | Should mesh boundary edges be shown | |
| bool | bShowColorSeams | Should mesh color seam edges be shown | |
| bool | bShowNormalSeams | Should mesh normal seam edges be shown | |
| bool | bShowTangentSeams | Should mesh tangent seam edges be shown | |
| bool | bShowUVSeams | Should mesh uv seam edges be shown | |
| bool | bShowWireframe | Should mesh wireframe be shown | |
| bool | bVisible | Should any be mesh elements be shown | |
| FColor | ColorSeamColor | Color of mesh color seam edges | |
| float | DepthBias | Depth bias used to slightly shift depth of lines | |
| FColor | NormalSeamColor | Color of mesh normal seam edges | |
| FColor | TangentSeamColor | Color of mesh tangent seam edges | |
| float | ThicknessScale | Multiplier on edge thicknesses | |
| FColor | UVSeamColor | Color of mesh UV seam edges | |
| FColor | WireframeColor | Color of mesh wireframe |