Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/FDatasmithTessellationOptions
Syntax
UPROPERTY (Config, EditAnywhere, BlueprintReadWrite, AdvancedDisplay,
Category="Geometry & Tessellation Options",
Meta=(Units=cm, DisplayName="Max Edge Length", ToolTip="Maximum length of any edge in the generated triangles. Smaller values make more triangles.", ClampMin="0.0"))
float MaxEdgeLength
Remarks
Maximum length of edges of triangles generated by the tessellation process. The length is in scene/model unit. The smaller the more triangles are generated. Value of 0 means no constraint on length of edges Default value is 0 to disable this criteria, and 1. cm is its minimal value if enable.