Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UMultiSelectionMeshEditingTool
- IDynamicMeshOperatorFactory
- UBaseCreateFromSelectedTool
- USelfUnionMeshesTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SelfUnionMeshesTool.h |
| Include | #include "SelfUnionMeshesTool.h" |
Syntax
UCLASS ()
class USelfUnionMeshesTool : public UBaseCreateFromSelectedTool
Remarks
Union of meshes, resolving self intersections
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | CombinedCenter | ||
| TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > | CombinedSourceMeshes | ||
| TArray< int > | CreatedBoundaryEdges | For visualization of any errors in the currently-previewed merge operation | |
| TObjectPtr< ULineSetComponent > | DrawnLineSet | ||
| TObjectPtr< USelfUnionMeshesToolProperties > | Properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Overridden from UBaseCreateFromSelectedTool
| Type | Name | Description | |
|---|---|---|---|
| void | ConvertInputsAndSetPreviewMaterials
(
bool bSetPreviewMesh |
UBaseCreateFromSelectedTool API - subclasses typically implement these functions After preview is created, this is called to convert inputs and set preview materials (grouped together because materials may come from inputs) Subclasses should always implement this. | |
| FText | Return the name of the action to be used in the Undo stack | ||
| FString | Return the name to be used for generated assets. | ||
| void | Overload to save any added properties in the subclasses; called on shutdown | ||
| void | Optional overload to set callbacks on preview, e.g. to visualize results; called after preview is created. | ||
| void | Overload to initialize any added properties in subclasses; called during setup | ||
| void | TransformChanged
(
UTransformProxy* Proxy, |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes |
Overridden from IDynamicMeshOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::FDynamicMeshOperator > | IDynamicMeshOperatorFactory API. |