Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- UMeshInspectorTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshInspectorTool.h |
| Include | #include "MeshInspectorTool.h" |
Syntax
UCLASS&40;&41;
class UMeshInspectorTool : public USingleSelectionMeshEditingTool
Remarks
Mesh Inspector Tool for visualizing mesh information
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::FPolygroupSet > | ActiveGroupSet | ||
| bool | bDrawGroupsDataValid | ||
| TArray< int > | BoundaryBowties | ||
| TArray< int > | BoundaryEdges | ||
| FViewCameraState | CameraState | ||
| TObjectPtr< UMaterialInterface > | DefaultMaterial | ||
| TObjectPtr< ULineSetComponent > | DrawnLineSet | ||
| TArray< int > | GroupBoundaryEdges | ||
| UE::Geometry::FGroupVisualizationCache | GroupVisualizationCache | ||
| float | LineWidthMultiplier | ||
| FTransform | LocalToWorldTransform | ||
| TObjectPtr< UMeshInspectorMaterialProperties > | MaterialSettings | ||
| TUniquePtr< UE::Geometry::FDynamicMeshAABBTree3 > | MeshAABBTree | ||
| TArray< int > | MissingUVTriangleEdges | ||
| TArray< int > | NormalSeamEdges | ||
| TObjectPtr< UPolygroupLayersProperties > | PolygroupLayerProperties | ||
| TObjectPtr< UPreviewMesh > | PreviewMesh | ||
| TObjectPtr< UMeshInspectorProperties > | Settings | ||
| TArray< int > | TangentSeamEdges | ||
| TArray< int > | UVBowties | ||
| TArray< int > | UVSeamEdges |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| UE::Geometry::FDynamicMeshAABBTree3 * | GetSpatial () |
||
| void | |||
| void | |||
| void | Precompute () |
||
| void | |||
| void |
Overridden from USingleSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| void | DrawHUD
(
FCanvas* Canvas, |
Allow the Tool to do any custom screen space drawing | |
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes | |
| void | RegisterActions
(
FInteractiveToolActionSet& ActionSet |
Override this function to register the set of Actions this Tool supports, using FInteractiveToolActionSet::RegisterAction. | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |