Navigation
API > API/Developer > API/Developer/DatasmithExporter
References
| Module | DatasmithExporter |
| Header | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithExporterManager.h |
| Include | #include "DatasmithExporterManager.h" |
Syntax
class FDatasmithExporterManager
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Initialize () |
Initializes the Datasmith Exporter module with the default settings | |
| bool | Initialize
(
const FInitOptions& InitOptions |
Initializes the Datasmith Exporter module. | |
| bool | Run the unreal engine garbage collection on the proper thread Exporter code that want to run garbage collection should use this function instead of the standard engine function | ||
| void | Shutdown () |
Shuts down the Datasmith Exporter module. Must be called when the process performing exports exits |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitOptions |