Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UPhysicsInspectorTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/PhysicsInspectorTool.h |
| Include | #include "Physics/PhysicsInspectorTool.h" |
Syntax
UCLASS&40;&41;
class UPhysicsInspectorTool : public UMultiSelectionMeshEditingTool
Remarks
Mesh Inspector Tool for visualizing mesh information
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UPhysicsObjectToolPropertySet > > | ObjectData | ||
| TArray< TSharedPtr< FPhysicsDataCollection > > | PhysicsInfos | These are TSharedPtr because TPimplPtr cannot currently be added to a TArray? | |
| TArray< TObjectPtr< UPreviewGeometry > > | PreviewElements | ||
| TObjectPtr< UCollisionGeometryVisualizationProperties > | VizSettings |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |