Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Visualization settings UMeshElementsVisualizer
| Name | UMeshElementsVisualizerProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshElementsVisualizer.h |
| Include Path | #include "Drawing/MeshElementsVisualizer.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshElementsVisualizerProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshElementsVisualizerProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshElementsVisualizerProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAdjustDepthBiasUsingMeshSize | bool | Drawing/MeshElementsVisualizer.h | ||
| BoundaryEdgeColor | FColor | Color of mesh boundary edges | Drawing/MeshElementsVisualizer.h |
|
| bShowBorders | bool | Should mesh boundary edges be shown | Drawing/MeshElementsVisualizer.h |
|
| bShowColorSeams | bool | Should mesh color seam edges be shown | Drawing/MeshElementsVisualizer.h |
|
| bShowNormalSeams | bool | Should mesh normal seam edges be shown | Drawing/MeshElementsVisualizer.h |
|
| bShowTangentSeams | bool | Should mesh tangent seam edges be shown | Drawing/MeshElementsVisualizer.h |
|
| bShowUVSeams | bool | Should mesh uv seam edges be shown | Drawing/MeshElementsVisualizer.h |
|
| bShowWireframe | bool | Should mesh wireframe be shown | Drawing/MeshElementsVisualizer.h |
|
| bVisible | bool | Should any mesh elements be shown | Drawing/MeshElementsVisualizer.h |
|
| ColorSeamColor | FColor | Color of mesh color seam edges | Drawing/MeshElementsVisualizer.h |
|
| DepthBias | float | Depth bias used to slightly shift depth of lines | Drawing/MeshElementsVisualizer.h |
|
| NormalSeamColor | FColor | Color of mesh normal seam edges | Drawing/MeshElementsVisualizer.h |
|
| TangentSeamColor | FColor | Color of mesh tangent seam edges | Drawing/MeshElementsVisualizer.h |
|
| ThicknessScale | float | Multiplier on edge thicknesses | Drawing/MeshElementsVisualizer.h |
|
| UVSeamColor | FColor | Color of mesh UV seam edges | Drawing/MeshElementsVisualizer.h |
|
| WireframeColor | FColor | Color of mesh wireframe | Drawing/MeshElementsVisualizer.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ShowAllElements
(
bool bShow |
Helper function to set all the bShow... booleans to the same value. | Drawing/MeshElementsVisualizer.h |