Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptPlanarSimplifyOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSimplifyFunctions.h |
| Include Path | #include "GeometryScript/MeshSimplifyFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptPlanarSimplifyOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngleThreshold | float | GeometryScript/MeshSimplifyFunctions.h |
|
|
| bAutoCompact | bool | If enabled, the simplified mesh is automatically compacted to remove gaps in the index space. | GeometryScript/MeshSimplifyFunctions.h |
|