Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSimplifyFunctions.h |
| Include | #include "GeometryScript/MeshSimplifyFunctions.h" |
Syntax
USTRUCT (Blueprintable)
struct FGeometryScriptSimplifyMeshOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowSeamCollapse | ||
| bool | bAllowSeamSmoothing | ||
| bool | bAllowSeamSplits | ||
| bool | bAutoCompact | If enabled, the simplified mesh is automatically compacted to remove gaps in the index space. | |
| bool | bPreserveVertexPositions | ||
| bool | bRetainQuadricMemory | ||
| EGeometryScriptRemoveMeshSimplificationType | Method |