UExtractCollisionGeometryTool

Mesh Inspector Tool for visualizing mesh information

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

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

Include

#include "Physics/ExtractCollisionGeometryTool.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UExtractCollisionGeometryTool : public USingleSelectionTool

Remarks

Mesh Inspector Tool for visualizing mesh information

Variables

Name Description

Protected variable

IToolsContextAs...

 

AssetAPI

Protected variable

bool

 

bResultValid

Protected variable

bool

 

bVisualizationDirty

Protected variable

FDynamicMesh3

 

CurrentMesh

Protected variable UProperty

UPhysicsObjectT...

 

ObjectProps

Protected variable

TSharedPtr< FPh...

 

PhysicsInfo

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

Protected variable UProperty

UPreviewGeometr...

 

PreviewElements

Protected variable UProperty

UPreviewMesh &#...

 

PreviewMesh

Protected variable

UWorld *

 

TargetWorld

Protected variable UProperty

UCollisionGeome...

 

VizSettings

Functions

Name Description

Protected function

void

 

RecalculateMesh()

Public function Virtual

void

 

SetAssetAPI

(
    IToolsContextAssetAPI* InAsset...
)

Public function Virtual

void

 

SetWorld

(
    UWorld* World
)

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