FDatasmithRetessellationOptions

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FDatasmithTessellationOptions

FDatasmithRetessellationOptions

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h

Include

#include "DatasmithImportOptions.h"

Syntax

USTRUCT(BlueprintType)
struct FDatasmithRetessellationOptions : public FDatasmithTessellationOptions

Variables

Name Description

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta BlueprintReadWrite Config

EDatasmithCADRe...

 

RetessellationRule

Constructors

Name Description

Public function

FDatasmithRetessellationOptions

(
    float InChordTolerance,
    float InMaxEdgeLength,
    float InNormalTolerance,
    EDatasmithCADStitchingTechnique InS...,
    EDatasmithCADRetessellationRule InR...
)

Operators

Name Description

Public function

void

 

operator=

(
    const FDatasmithTessellationOptions...
)