FExternalSource::LoadImpl

Synchronously load the DatasmithScene.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FExternalSource::LoadImpl()

FDirectLinkExternalSource::LoadImpl()

References

Module

ExternalSource

Header

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

Include

#include "ExternalSource.h"

Syntax

TSharedPtr< IDatasmithScene > LoadImpl()

Remarks

Synchronously load the DatasmithScene. Upon success, GetDatasmithScene() should return a valid scene.

Returns

a valid SharedPtr if the operation was successful.