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