FExternalSource::StartAsyncLoad

Starts an async task for loading the DatasmithScene.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FExternalSource::StartAsyncLoad()

FDirectLinkExternalSource::StartAsyncLoad()

References

Module

ExternalSource

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/ExternalSource.h

Include

#include "ExternalSource.h"

Syntax

bool StartAsyncLoad()

Remarks

Starts an async task for loading the DatasmithScene. When the task is completed, TriggerOnExternalSourceLoaded() should be called to notify that the Scene is now available.

Returns

true if the async loading task is running.