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 ExportScene
(
const UObject * World,
bool bIsAutomated
)
Remarks
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. true if the export succeeds, or false otherwise.