Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Physics
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- 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 ()
class UPhysicsInspectorTool :
public UMultiSelectionMeshEditingTool ,
public IInteractiveToolManageGeometrySelectionAPI
Remarks
Mesh Inspector Tool for visualizing mesh information
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UPhysicsObjectToolPropertySet > > | ObjectData | ||
| TArray< TObjectPtr< UPreviewGeometry > > | PreviewElements | ||
| TObjectPtr< UCollisionGeometryVisualizationProperties > | VizSettings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnCreatePhysics
(
UActorComponent* Component |
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 IInteractiveToolManageGeometrySelectionAPI
| Type | Name | Description | |
|---|---|---|---|
| bool | IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. |