Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/FDatasmithTessellationOptions
Syntax
UPROPERTY&40;Config, EditAnywhere, BlueprintReadWrite, AdvancedDisplay,
Category&61;"Geometry & Tessellation Options",
Meta&61;&40;Units&61;cm, DisplayName&61;"Max Edge Length", ToolTip&61;"Maximum length of any edge in the generated triangles. Smaller values make more triangles.", ClampMin&61;"0.0"&41;&41;
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.