UInterchangeManager::ReleaseAsyncHelper

Delete the specified AsyncHelper and remove it from the array that was holding it.

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 ReleaseAsyncHelper
(
    TWeakPtr< UE::Interchange::FImportAsyncHelper, ESPMode::ThreadSafe > AsyncHelper
)

Remarks

Delete the specified AsyncHelper and remove it from the array that was holding it.