Navigation
API > API/Developer > API/Developer/DatasmithExporter
| Name | FDatasmithMeshExporter |
| Type | class |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithMeshExporter.h |
| Include Path | #include "DatasmithMeshExporter.h" |
Syntax
class FDatasmithMeshExporter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithMeshExporter() |
DatasmithMeshExporter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDatasmithMeshExporter() |
DatasmithMeshExporter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< class FDatasmithMeshExporterImpl > | DatasmithMeshExporter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS bool ExportCloth
(
FDatasmithCloth& Cloth, |
DatasmithMeshExporter.h | ||
TSharedPtr< IDatasmithMeshElement > ExportToUObject
(
const TCHAR* Filepath, |
Exports the DatasmithMesh as a UObject. | DatasmithMeshExporter.h | |
bool ExportToUObject
(
TSharedPtr< IDatasmithMeshElement >& MeshElement, |
Exports a FDatasmithMesh as a UObject and link it to the given IDatasmithMeshElementElement. | DatasmithMeshExporter.h | |
FString GetLastError() |
DatasmithMeshExporter.h |