Files
UnrealEngineUWP/Engine/Source/Runtime/Interchange
JeanMichel Dignard 9d7c15b9b7 Interchange: Changed AssetImportResult to be able to hold multiple assets.
- FAssetImportResult is now stateful, going from InProgress to Done when all assets have been imported.
- It's possible to request the list of assets while the import is InProgress. The list will be partial.
- A callback is available to be called once the import is complete and all the results have been made available.
- For non async code paths in Datasmith. a FAssetImportResult is created, its asset is immediately added and its status is set to done.
- Added a new InterchangeEngineFwd to put forward declarations for the Interchange Engine module so that we don't have to write the namespaces all the time.

#jira UEENT-3840
#rb Alexis.Matte, Johan.Duparc, Richard.TalbotWatkin

[CL 14792724 by JeanMichel Dignard in ue5-main branch]
2020-11-19 18:34:26 -04:00
..