Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- USplitMeshesTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SplitMeshesTool.h |
| Include | #include "SplitMeshesTool.h" |
Syntax
UCLASS&40;&41;
class USplitMeshesTool : public UMultiSelectionMeshEditingTool
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USplitMeshesToolProperties > | BasicProperties | ||
| int32 | NoSplitCount | ||
| TObjectPtr< UCreateMeshObjectTypeProperties > | OutputTypeProperties | ||
| TArray< FSourceMeshInfo > | SourceMeshes | ||
| TArray< FComponentsInfo > | SplitMeshes |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FComponentsInfo | |||
| FSourceMeshInfo |