Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | URemeshProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RemeshProperties.h |
| Include Path | #include "Properties/RemeshProperties.h" |
Syntax
UCLASS (MinimalAPI)
class URemeshProperties : public UMeshConstraintProperties
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshConstraintProperties → URemeshProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshConstraintProperties → URemeshProperties
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCollapses | bool | Enable edge collapses in Remeshing | Properties/RemeshProperties.h |
|
| bFlips | bool | Enable edge flips in Remeshing (tends to lose edges/detail) | Properties/RemeshProperties.h |
|
| bSplits | bool | Enable edge splits in Remeshing | Properties/RemeshProperties.h |
|
| SmoothingStrength | float | Amount of Vertex Smoothing applied within Remeshing | Properties/RemeshProperties.h |
|