FDatasmithStaticMeshImporter::BuildStaticMeshes

Performs the actual building of the static meshes in batch for better efficiency

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 void BuildStaticMeshes
(
    const TArray< UStaticMesh * > & StaticMeshes,
    TFunction< bool *)> ProgressCallback
)

Remarks

Performs the actual building of the static meshes in batch for better efficiency

Parameters

Parameter

Description

StaticMeshes

The list of all static meshes to build.

ProgressCallback

If provided, will be used to abort task and report progress to higher level functions (should return true to continue, false to abort).

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