FDatasmithStaticMeshImporter::ImportStaticMesh

Imports a static mesh from a Mesh Element

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 UStaticMesh * ImportStaticMesh
(
    const TSharedRef< IDatasmithMeshElement > MeshElement,
    FDatasmithMeshElementPayload & Payload,
    EObjectFlags ObjectFlags,
    const FDatasmithStaticMeshImportOptions & ImportOptions,
    FDatasmithAssetsImportContext & AssetsContext,
    UStaticMesh * ExistingMesh
)

Remarks

Imports a static mesh from a Mesh Element

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