Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
UHoleFillToolProperties |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/HoleFillTool.h |
| Include Path |
#include "HoleFillTool.h" |
Syntax
UCLASS (MinimalAPI)
class UHoleFillToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bQuickFillSmallHoles |
bool |
Identify and quickly fill single-triangle holes |
HoleFillTool.h |
- EditAnywhere
- Category=Options
|
| bRemoveIsolatedTriangles |
bool |
Clean up triangles that have no neighbors |
HoleFillTool.h |
- EditAnywhere
- Category=Options
|
| FillType |
EHoleFillOpFillType |
|
HoleFillTool.h |
- EditAnywhere
- Category=Options
|