UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLegacyTessellationOptions Struct Reference

#include <LegacyParametricSurfaceData.h>

Public Member Functions

FCADKernelTessellationSettings ToCADKernel () const
 

Public Attributes

float ChordTolerance
 
float MaxEdgeLength
 
float NormalTolerance
 
uint8 StitchingTechnique
 
bool bUseCADKernel = true
 
double GeometricTolerance = 0.001
 
double StitchingTolerance = 0.001
 

Member Function Documentation

◆ ToCADKernel()

FCADKernelTessellationSettings FLegacyTessellationOptions::ToCADKernel ( ) const
inline

Member Data Documentation

◆ bUseCADKernel

bool FLegacyTessellationOptions::bUseCADKernel = true

◆ ChordTolerance

float FLegacyTessellationOptions::ChordTolerance

◆ GeometricTolerance

double FLegacyTessellationOptions::GeometricTolerance = 0.001

◆ MaxEdgeLength

float FLegacyTessellationOptions::MaxEdgeLength

◆ NormalTolerance

float FLegacyTessellationOptions::NormalTolerance

◆ StitchingTechnique

uint8 FLegacyTessellationOptions::StitchingTechnique

◆ StitchingTolerance

double FLegacyTessellationOptions::StitchingTolerance = 0.001

The documentation for this struct was generated from the following file: