UMeshInspectorTool

Mesh Inspector Tool for visualizing mesh information

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/MeshInspectorTool.h

Include

#include "MeshInspectorTool.h"

Syntax

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

Remarks

Mesh Inspector Tool for visualizing mesh information

Variables

Name Description

Protected variable

TArray< int >

 

BoundaryEdges

Protected variable UProperty

UMaterialInterf...

 

DefaultMaterial

Protected variable

TArray< int >

 

GroupBoundaryEdges

Protected variable

float

 

LineWidthMultiplier

Protected variable UProperty

UExistingMeshMa...

 

MaterialSettings

Protected variable

TArray< int >

 

NormalSeamEdges

Protected variable UProperty

UPreviewMesh &#...

 

PreviewMesh

Protected variable UProperty

UMeshInspectorP...

 

Settings

Protected variable

TArray< int >

 

UVSeamEdges

Constructors

Name Description

Public function

UMeshInspectorTool()

Functions

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

 

OnPropertyModified

(
    UObject* PropertySet,
    FProperty* Property
)

Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes

Public function Virtual

void

 

RegisterActions

(
    FInteractiveToolActionSet& ActionS...
)

Override this function to register the set of Actions this Tool supports, using FInteractiveToolActionSet::RegisterAction.

Public function Virtual

void

 

Render

(
    IToolsContextRenderAPI* Render...
)

Allow the Tool to do any custom drawing (ie via PDI/RHI)

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