Files
UnrealEngineUWP/Engine/Source/Runtime/Datasmith/DatasmithCore
JeanMichel Dignard 9f7e63cdb6 Updated Datasmith Texture Importer to use the Interchange Framework
- Datasmith will only wait on the texture import result when it needs it for another asset (ie: material).
- Added a custom texture pipeline to set the datasmith attributes on the texture node.
- Created a FAsyncResult that behaves like a TFuture but calling Get will actually tick the task graph so that we don't deadlock when trying to get the future from the game thread while it depends on a game thread task.

#rb alexis.matte, richard.talbotwatkin

[CL 14228303 by JeanMichel Dignard in ue5-main branch]
2020-09-01 11:46:40 -04:00
..