UInterchangeManager::ExportAsset

Call this to start an export asset process, the caller must specify a source data.

Choose your operating system:

Windows

macOS

Linux

References

Module

InterchangeEngine

Header

/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h

Include

#include "InterchangeManager.h"

Source

/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp

Syntax

bool ExportAsset
(
    const UObject * Asset,
    bool bIsAutomated
)

Remarks

Call this to start an export asset process, the caller must specify a source data.

SourceData - The source data output bIsAutomated - If true the exporter will not show any UI or dialog

Returns

true if the import succeed, false otherwise.