Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #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
)
Remarks
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. true if the export succeeds, or false otherwise.