Navigation
API > API/Plugins > API/Plugins/ExternalSource > API/Plugins/ExternalSource/FExternalSource
References
| Module | ExternalSource |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/ExternalSource.h |
| Include | #include "ExternalSource.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Private/ExternalSource.cpp |
TFuture < TSharedPtr < IDatasmithScene > > AsyncLoad()
Remarks
Load the external source asynchronously, the returned TFuture gives a valid IDatasmithSceneTSharedPtr if successful. The FExternalSource must have the FExternalSourceCapabilities::bSupportAsynchronousLoading enabled to call this.