Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptMeshBooleanOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBooleanFunctions.h |
| Include Path | #include "GeometryScript/MeshBooleanFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptMeshBooleanOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowEmptyResult | bool | Whether to allow the Mesh Boolean operation to generate an empty mesh as its result. | GeometryScript/MeshBooleanFunctions.h |
|
| bFillHoles | bool | GeometryScript/MeshBooleanFunctions.h |
|
|
| bSimplifyOutput | bool | GeometryScript/MeshBooleanFunctions.h |
|
|
| OutputTransformSpace | EGeometryScriptBooleanOutputSpace | The coordinate space to use for the result mesh. | GeometryScript/MeshBooleanFunctions.h |
|
| SimplifyPlanarTolerance | float | GeometryScript/MeshBooleanFunctions.h |
|