FDatasmithStaticMeshImporter::PreBuildStaticMesh

Performs threadable build step on the static mesh, to be called before BuildStaticMesh

Windows
MacOS
Linux

References

Module

DatasmithImporter

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithStaticMeshImporter.h

Include

#include "DatasmithStaticMeshImporter.h"

Source

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithStaticMeshImporter.cpp

Syntax

static bool PreBuildStaticMesh
(
    UStaticMesh * StaticMesh
)

Remarks

Performs threadable build step on the static mesh, to be called before BuildStaticMesh

Returns

false if the mesh has no triangles or all its triangles are degenerated. True otherwise

Parameters

Parameter

Description

StaticMesh

Mesh to process

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