Navigation
API > API/Developer > API/Developer/DatasmithExporter
| Name | FDatasmithExporterManager |
| Type | class |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithExporterManager.h |
| Include Path | #include "DatasmithExporterManager.h" |
Syntax
class FDatasmithExporterManager
Structs
| Name | Remarks |
|---|---|
| FInitOptions |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Initialize () |
Initializes the Datasmith Exporter module with the default settings | DatasmithExporterManager.h | |
static bool Initialize
(
const FInitOptions& InitOptions |
Initializes the Datasmith Exporter module. | DatasmithExporterManager.h | |
static bool RunGarbageCollection() |
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 | DatasmithExporterManager.h | |
static void Shutdown() |
Shuts down the Datasmith Exporter module. Must be called when the process performing exports exits | DatasmithExporterManager.h |