UCoreTechBlueprintLibrary::RetessellateStaticMesh

Re-tessellate LOD 0 of a static mesh if it contains parametric surface data.

Windows
MacOS
Linux

References

Module

DatasmithCoreTechExtension

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithCoreTechExtension/Public/CoreTechBlueprintLibrary.h

Include

#include "CoreTechBlueprintLibrary.h"

Source

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithCoreTechExtension/Private/CoreTechBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Datasmith | Surface Operations")
static bool RetessellateStaticMesh
(
    UStaticMesh * StaticMesh,
    const FDatasmithTessellationOptions & TessellationSettings,
    FText & FailureReason
)

Remarks

Re-tessellate LOD 0 of a static mesh if it contains parametric surface data.

Returns

True if successful, false otherwise

Parameters

Parameter

Description

StaticMesh

Static mesh to re-tessellate.

TessellationSettings

Tessellation settings to use.

FailureReason

Text describing the reason of failure.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss