Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
Simple Mesh Simplifying Tool
| Name | USimplifyMeshTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SimplifyMeshTool.h |
| Include Path | #include "SimplifyMeshTool.h" |
Syntax
UCLASS ()
class USimplifyMeshTool :
public USingleSelectionMeshEditingTool ,
public UE::Geometry::IDynamicMeshOperatorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleSelectionMeshEditingTool → USimplifyMeshTool
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MeshElementsDisplay | TObjectPtr< UMeshElementsVisualizer > | SimplifyMeshTool.h | ||
| MeshStatisticsProperties | TObjectPtr< UMeshStatisticsProperties > | SimplifyMeshTool.h | ||
| OriginalMesh | TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | Dynamic Mesh versions precomputed in Setup (rather than recomputed for every simplify op) | SimplifyMeshTool.h | |
| OriginalMeshDescription | TSharedPtr< FMeshDescription, ESPMode::ThreadSafe > | SimplifyMeshTool.h | ||
| OriginalMeshSpatial | TSharedPtr< UE::Geometry::FDynamicMeshAABBTree3, ESPMode::ThreadSafe > | SimplifyMeshTool.h | ||
| Preview | TObjectPtr< UMeshOpPreviewWithBackgroundCompute > | SimplifyMeshTool.h | ||
| SimplifyProperties | TObjectPtr< USimplifyMeshToolProperties > | SimplifyMeshTool.h |
Functions
Public
Overridden from USingleSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
SimplifyMeshTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
SimplifyMeshTool.h | ||
virtual bool HasAccept() |
SimplifyMeshTool.h | ||
virtual bool HasCancel() |
SimplifyMeshTool.h | ||
| SimplifyMeshTool.h | |||
virtual void OnTick
(
float DeltaTime |
SimplifyMeshTool.h | ||
virtual void Setup() |
SimplifyMeshTool.h |
Overridden from IDynamicMeshOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::FDynamicMeshOperator > MakeNewOperator() |
IDynamicMeshOperatorFactory API. | SimplifyMeshTool.h |