Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
Uniform Remeshing Options
| Name | FGeometryScriptUniformRemeshOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshRemeshFunctions.h |
| Include Path | #include "GeometryScript/MeshRemeshFunctions.h" |
Syntax
USTRUCT (Blueprintable)
struct FGeometryScriptUniformRemeshOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TargetEdgeLength | float | Explicit Target Edge Length that is desired in the output uniform mesh | GeometryScript/MeshRemeshFunctions.h |
|
| TargetTriangleCount | int32 | Approximate Target Triangle Count, combined with mesh surface area to derive a TargetEdgeLength | GeometryScript/MeshRemeshFunctions.h |
|
| TargetType | EGeometryScriptUniformRemeshTargetType | Method used to define target/goal of Uniform Remeshing | GeometryScript/MeshRemeshFunctions.h |
|