URemeshMeshToolProperties

Standard properties of the Remesh operation

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

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

Include

#include "RemeshMeshTool.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class URemeshMeshToolProperties : public URemeshProperties

Remarks

Standard properties of the Remesh operation

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bDiscardAttributes

If true, UVs and Normals are discarded

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

bool

 

bReproject

Enable projection back to input mesh

Public variable UProperty Category, EditAnywhere

bool

 

bShowGroupColors

Display colors corresponding to the mesh's polygon groups

Public variable UProperty Category, EditAnywhere

bool

 

bShowWireframe

If true, display wireframe

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

bool

 

bUseTargetEdgeLength

If true, the target count is ignored and the target edge length is used directly

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

int

 

RemeshIterations

Number of Remeshing passes

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

ERemeshType

 

RemeshType

Remeshing type

Public variable UProperty Category, EditAnywhere

ERemeshSmoothin...

 

SmoothingType

Smoothing type

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

float

 

TargetEdgeLength

Target edge length

Public variable UProperty Category, EditAnywhere, Meta

int

 

TargetTriangleCount

Target triangle count

Constructors

Name Description

Public function

URemeshMeshToolProperties()

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