FDatasmithMeshExporter

Windows
MacOS
Linux

References

Module

DatasmithExporter

Header

/Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithMeshExporter.h

Include

#include "DatasmithMeshExporter.h"

Syntax

class FDatasmithMeshExporter

Constructors

Name Description

Public function

FDatasmithMeshExporter()

Destructors

Name Description

Public function Virtual

~FDatasmithMeshExporter()

Functions

Name Description

Public function

TSharedPtr< ...

 

ExportToUObject

(
    const TCHAR* Filepath,
    const TCHAR* Filename,
    FDatasmithMesh& Mesh,
    FDatasmithMesh* CollisionMesh,
    EDSExportLightmapUV LightmapUV
)

Exports the DatasmithMesh as a UObject.

Public function

bool

 

ExportToUObject

(
    TSharedPtr< IDatasmithMeshElement >...,
    const TCHAR* Filepath,
    FDatasmithMesh& Mesh,
    FDatasmithMesh* CollisionMesh,
    EDSExportLightmapUV LightmapUV
)

Exports a FDatasmithMesh as a UObject and link it to the given IDatasmithMeshElementElement.

Public function Const

FString

 

GetLastError()

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