Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UCombineMeshesTool
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CombineMeshesTool.h |
| Include | #include "CombineMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UCombineMeshesTool :
public UMultiSelectionMeshEditingTool,
public IInteractiveToolExclusiveToolAPI
Remarks
Simple tool to combine multiple meshes into a single mesh asset
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCombineMeshesToolProperties > | BasicProperties | ||
| bool | bDuplicateMode | ||
| TObjectPtr< UOnAcceptHandleSourcesPropertiesBase > | HandleSourceProperties | ||
| TObjectPtr< UCreateMeshObjectTypeProperties > | OutputTypeProperties |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildCombinedMaterialSet
(
TArray< UMaterialInterface* >& NewMaterialsOut, |
||
| void | |||
| void | SetDuplicateMode
(
bool bDuplicateMode |
||
| void |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |