Navigation
API > API/Developer > API/Developer/DatasmithExporter > API/Developer/DatasmithExporter/FDatasmithExporterManager
Overloads
| 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 |
Initialize()
Description
Initializes the Datasmith Exporter module with the default settings
Needs to be called before starting any export or using any other features of the datasmith export. Must be called once
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithExporterManager.h |
| Include Path | #include "DatasmithExporterManager.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithExporter/Private/DatasmithExporterManager.cpp |
static bool Initialize()
True if the initialization was successful
Initialize(const FInitOptions &)
Description
Initializes the Datasmith Exporter module. Needs to be called before starting any export or using any other features of the datasmith export module. Must be called once
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithExporterManager.h |
| Include Path | #include "DatasmithExporterManager.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithExporter/Private/DatasmithExporterManager.cpp |
static bool Initialize
(
const FInitOptions & InitOptions
)
True if the initialization was successful
Parameters
| Name | Remarks |
|---|---|
| InitOptions | The options to select the features of the datasmith sdk that should be activated |