UInterchangeManager::WarnIfInterchangeIsActive

Return false if the Interchange is not active (importing or exporting).

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 WarnIfInterchangeIsActive()

Remarks

Return false if the Interchange is not active (importing or exporting). If the interchange is active it will display a notification to let the user know he can cancel the asynchronous import/export To be able to complete the operation he want to do. (The exit editor operation is calling this)