FDatasmithExporterManager::Initialize

Initializes the Datasmith Exporter module.

Unreal Engine C++ API Reference > Developer > DatasmithExporter > FDatasmithExporterManager > Initialize

References

   
Module DatasmithExporter
Header /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithExporterManager.h
Include #include "DatasmithExporterManager.h"
Source /Engine/Source/Developer/Datasmith/DatasmithExporter/Private/DatasmithExporterManager.cpp
static bool Initialize
(
    const [FInitOptions](API\Developer\DatasmithExporter\FDatasmithExporterManager\FInitOptions) & InitOptions
)

Remarks

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 True if the initialization was successful

Parameters

Name Description
InitOptions The options to select the features of the datasmith sdk that should be activated

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library