Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Call this to start a scene export process. The caller must specify a source data. @Param World - The scene to export. @Param bIsAutomated - If true, the import process will not show any UI or dialogs.
| Name | ExportScene |
| 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 ExportScene
(
const UObject * World,
bool bIsAutomated
)
true if the export succeeds, or false otherwise.