UInterchangeManager::CancelAllTasks

This function cancel all task and finish them has fast as possible.

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

void CancelAllTasks()

Remarks

This function cancel all task and finish them has fast as possible. We use this if the user cancel the work or if the editor is exiting. @note - This is a blocking call until the tasks are completed.