FDatasmithImporter::CreateStaticMeshAssetImportData

Creates the AssetImportData associated with a [UStaticMesh](API\Runtime\Engine\Engine\UStaticMesh).

Windows
MacOS
Linux

References

Module

DatasmithImporter

Header

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

Include

#include "DatasmithImporter.h"

Source

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

Syntax

static void CreateStaticMeshAssetImportData
(
    FDatasmithImportContext & InContext,
    TSharedRef< IDatasmithMeshElement > MeshElement,
    UStaticMesh * ImportedStaticMesh,
    TArray< UDatasmithAdditionalData * > & AdditionalData
)

Remarks

Creates the AssetImportData associated with a UStaticMesh. Used when reimporting.

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