Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UMeshConstraintProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RemeshProperties.h |
| Include Path | #include "Properties/RemeshProperties.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshConstraintProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshConstraintProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshConstraintProperties
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPreserveSharpEdges | bool | If true, sharp edges are preserved | Properties/RemeshProperties.h |
|
| bPreventNormalFlips | bool | Prevent normal flips | Properties/RemeshProperties.h |
|
| bPreventTinyTriangles | bool | Prevent introduction of tiny triangles or slivers | Properties/RemeshProperties.h |
|
| GroupBoundaryConstraint | EGroupBoundaryConstraint | Group Boundary Constraint Type | Properties/RemeshProperties.h |
|
| MaterialBoundaryConstraint | EMaterialBoundaryConstraint | Material Boundary Constraint Type | Properties/RemeshProperties.h |
|
| MeshBoundaryConstraint | EMeshBoundaryConstraint | Mesh Boundary Constraint Type | Properties/RemeshProperties.h |
|
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsPreventNormalFlipsEnabled() |
Properties/RemeshProperties.h | ||
virtual bool IsPreventTinyTrianglesEnabled() |
Properties/RemeshProperties.h |