Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Call this to start an asset export process. The caller must specify a source data.
@Param Asset - The asset to export. @Param bIsAutomated - If true, the exporter will not show any UI or dialogs.
| Name | ExportAsset |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Export Manager")
bool ExportAsset
(
const UObject * Asset,
bool bIsAutomated
)
true if the export succeeds, or false otherwise.