UInterchangeManager::CreateAsyncHelper

Return an FImportAsynHelper pointer. The pointer is deleted when ReleaseAsyncHelper is call.

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

TSharedRef< UE::Interchange::FImportAsyncHelper, ESPMode::ThreadSafe > CreateAsyncHelper
(
    const UE::Interchange::FImportAsyncHelperData & Data,
    const FImportAssetParameters & ImportAssetParameters
)

Remarks

Return an FImportAsynHelper pointer. The pointer is deleted when ReleaseAsyncHelper is call.

Parameters

Parameter

Description

Data

The data we want to pass to the different import tasks