Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UMultiSelectionMeshEditingTool
- IGenericDataOperatorFactory
- IInteractiveToolManageGeometrySelectionAPI
- USetCollisionGeometryTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SetCollisionGeometryTool.h |
| Include | #include "Physics/SetCollisionGeometryTool.h" |
Syntax
UCLASS ()
class USetCollisionGeometryTool :
public UMultiSelectionMeshEditingTool ,
public UE::Geometry::IGenericDataOperatorFactory< FPhysicsDataCollection > ,
public IInteractiveToolManageGeometrySelectionAPI
Remarks
Mesh Inspector Tool for visualizing mesh information
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeDerivedMeshSet
(
const TArray< TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > >& FromInputMeshes, |
||
| void | Invalidates the background compute operator. | ||
| void | |||
| void | |||
| void | |||
| void | SetGeometrySelection
(
UE::Geometry::FGeometrySelection&& SelectionIn |
Overridden from UMultiSelectionMeshEditingTool
| 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 | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |
Overridden from IGenericDataOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::TGenericDataOperator< FPhysicsDataCollection > > |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Type | Name | Description | |
|---|---|---|---|
| bool | IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSourceMesh |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDetectedCollisionGeometry |