Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptMeshSelfUnionOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBooleanFunctions.h |
| Include Path | #include "GeometryScript/MeshBooleanFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptMeshSelfUnionOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFillHoles | bool | GeometryScript/MeshBooleanFunctions.h |
|
|
| bSimplifyOutput | bool | GeometryScript/MeshBooleanFunctions.h |
|
|
| bTrimFlaps | bool | GeometryScript/MeshBooleanFunctions.h |
|
|
| SimplifyPlanarTolerance | float | GeometryScript/MeshBooleanFunctions.h |
|
|
| WindingThreshold | float | GeometryScript/MeshBooleanFunctions.h |
|