Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- USingleSelectionMeshEditingTool
- IGenericDataOperatorFactory
- UMeshTangentsTool
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshTangentsTool.h |
| Include | #include "MeshTangentsTool.h" |
Syntax
UCLASS&40;&41;
class UMeshTangentsTool :
public USingleSelectionMeshEditingTool,
public UE::Geometry::IGenericDataOperatorFactory< UE::Geometry::FMeshTangentsd >
Remarks
Simple Mesh Simplifying Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLengthDirty | ||
| bool | bThicknessDirty | ||
| bool | bVisibilityChanged | ||
| TUniquePtr< TGenericDataBackgroundCompute< UE::Geometry::FMeshTangentsd > > | Compute | ||
| TObjectPtr< UMaterialInterface > | DefaultMaterial | ||
| TArray< FMikktDeviation > | Deviations | ||
| TSharedPtr< UE::Geometry::FMeshTangentsf, ESPMode::ThreadSafe > | InitialTangents | ||
| TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | InputMesh | ||
| TSharedPtr< FMeshDescription, ESPMode::ThreadSafe > | InputMeshDescription | ||
| TObjectPtr< UPreviewGeometry > | PreviewGeometry | ||
| TObjectPtr< UPreviewMesh > | PreviewMesh | ||
| TObjectPtr< UMeshTangentsToolProperties > | Settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSet< int32 > | |||
| void | ComputeMikkTDeviations
(
const TSet< int32 >* DegenerateTris |
||
| void | OnTangentsUpdated
(
const TUniquePtr< UE::Geometry::FMeshTangentsd >& NewResult |
||
| void | UpdateVisualization
(
bool bThicknessChanged, |
Overridden from USingleSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| 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 |
Overridden from IGenericDataOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::TGenericDataOperator< UE::Geometry::FMeshTangentsd > > | IGenericDataOperatorFactory API. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMikktDeviation |