Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Mesh Inspector Tool for visualizing mesh information
| Name | UPhysicsInspectorTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/PhysicsInspectorTool.h |
| Include Path | #include "Physics/PhysicsInspectorTool.h" |
Syntax
UCLASS (MinimalAPI)
class UPhysicsInspectorTool :
public UMultiSelectionMeshEditingTool ,
public IInteractiveToolManageGeometrySelectionAPI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → UPhysicsInspectorTool
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUnderlyingPhysicsObjectsUpdated | bool | A flag to track when the preview geometry needs to be re-initialized. | Physics/PhysicsInspectorTool.h | |
| OnCreatePhysicsDelegateHandle | FDelegateHandle | Delegate to track when physics data may have been updated. | Physics/PhysicsInspectorTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnCreatePhysics
(
UActorComponent* Component |
Physics/PhysicsInspectorTool.h |
Overridden from UMultiSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
Physics/PhysicsInspectorTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
Physics/PhysicsInspectorTool.h | ||
virtual bool HasAccept() |
Physics/PhysicsInspectorTool.h | ||
virtual bool HasCancel() |
Physics/PhysicsInspectorTool.h | ||
virtual void OnTick
(
float DeltaTime |
Physics/PhysicsInspectorTool.h | ||
virtual void Setup() |
Physics/PhysicsInspectorTool.h |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsInputSelectionValidOnOutput() |
IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. | Physics/PhysicsInspectorTool.h |