Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
Options for the output coordinate space for the mesh boolean result.
| Name | EGeometryScriptBooleanOutputSpace |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshBooleanFunctions.h |
| Include Path | #include "GeometryScript/MeshBooleanFunctions.h" |
Syntax
enum EGeometryScriptBooleanOutputSpace
{
TargetTransformSpace,
ToolTransformSpace,
SharedTransformSpace,
}
Values
| Name | Remarks |
|---|---|
| TargetTransformSpace | Transform the boolean result into the local space of the target mesh. |
| ToolTransformSpace | Transform the boolean result into the local space of the tool mesh. |
| SharedTransformSpace | Keep the boolean result in the shared space where the boolean was computed. |