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