FDatasmithExporterManager::Initialize

Initializes the Datasmith Exporter module.

Windows
MacOS
Linux

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

Syntax

static bool Initialize
(
    const 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

Returns

True if the initialization was successful

Parameters

Parameter

Description

InitOptions

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss