UPhysicsInspectorTool

Mesh Inspector Tool for visualizing mesh information

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/Physics/PhysicsInspectorTool.h

Include

#include "Physics/PhysicsInspectorTool.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UPhysicsInspectorTool : public UMultiSelectionTool

Remarks

Mesh Inspector Tool for visualizing mesh information

Variables

Name Description

Protected variable

bool

 

bVisualizationDirty

Protected variable UProperty

UMaterialInterf...

 

LineMaterial

Protected variable UProperty

TArray< UPhysic...

 

ObjectData

Protected variable

TArray< TShared...

 

PhysicsInfos

These are TSharedPtr because TPimplPtr cannot currently be added to a TArray?

Protected variable UProperty

TArray< UPrevie...

 

PreviewElements

Protected variable UProperty

UCollisionGeome...

 

VizSettings

Functions

Name Description

Protected function

void

 

InitializeGeometry

(
    const FPhysicsDataCollection& Phys...,
    UPreviewGeometry* PreviewGeom
)

Protected function

void

 

InitializeObjectProperties

(
    const FPhysicsDataCollection& Phys...,
    UPhysicsObjectToolPropertySet*...
)

Protected function

void

 

UpdateVisualization()

Overridden from UInteractiveTool

Name Description

Public function Virtual Const

bool

 

CanAccept()

Public function Virtual Const

bool

 

HasAccept()

Public function Virtual Const

bool

 

HasCancel()

Public function Virtual

void

 

OnTick

(
    float DeltaTime
)

Action support/system

Public function Virtual

void

 

Setup()

Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called

Public function Virtual

void

 

Shutdown

(
    EToolShutdownType ShutdownType
)

Called by ToolManager to shut down the Tool

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss