Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- USingleSelectionMeshEditingTool
- UExtractCollisionGeometryTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/ExtractCollisionGeometryTool.h |
| Include | #include "Physics/ExtractCollisionGeometryTool.h" |
Syntax
UCLASS ()
class UExtractCollisionGeometryTool : public USingleSelectionMeshEditingTool
Remarks
Mesh Inspector Tool for visualizing mesh information
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bResultValid | ||
| UE::Geometry::FDynamicMesh3 | CurrentMesh | ||
| TArray< TSharedPtr< UE::Geometry::FDynamicMesh3 > > | CurrentMeshParts | ||
| TObjectPtr< UPhysicsObjectToolPropertySet > | ObjectProps | ||
| TObjectPtr< UCreateMeshObjectTypeProperties > | OutputTypeProperties | Property set for type of output object (StaticMesh, Volume, etc) | |
| TSharedPtr< FPhysicsDataCollection > | PhysicsInfo | These are TSharedPtr because TPimplPtr cannot currently be added to a TArray? | |
| TObjectPtr< UPreviewGeometry > | PreviewElements | ||
| TObjectPtr< UPreviewMesh > | PreviewMesh | ||
| TObjectPtr< UExtractCollisionToolProperties > | Settings | ||
| TObjectPtr< UCollisionGeometryVisualizationProperties > | VizSettings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void |
Overridden from USingleSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |