Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- UMultiSelectionTool
- UMultiTargetWithSelectionTool
- USplitMeshesTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SplitMeshesTool.h |
| Include | #include "SplitMeshesTool.h" |
Syntax
UCLASS ()
class USplitMeshesTool : public UMultiTargetWithSelectionTool
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 UMultiTargetWithSelectionTool
| 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 |