You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]