Navigation
API > API/Developer > API/Developer/DatasmithExporter
References
| Module | DatasmithExporter |
| Header | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithMeshExporter.h |
| Include | #include "DatasmithMeshExporter.h" |
Syntax
class FDatasmithMeshExporter
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExportCloth
(
FDatasmithCloth& Cloth, |
||
| TSharedPtr< IDatasmithMeshElement > | ExportToUObject
(
const TCHAR* Filepath, |
Exports the DatasmithMesh as a UObject. | |
| bool | ExportToUObject
(
TSharedPtr< IDatasmithMeshElement >& MeshElement, |
Exports a FDatasmithMesh as a UObject and link it to the given IDatasmithMeshElementElement. | |
| FString | GetLastError () |