You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The problem appears when a process of a set of StaticMesh calling ConverterToDynamicMesh is parallelized. TFuture<void> / Async is not adapted for parallelization of parallelized process. On the advice of Andriy Tylychko, TFuture has been replaced by UE::Tasks::FTask #rb geometrytools #swarm https://p4-swarm.epicgames.net/reviews/21225362 #preflight 62fa3b6ccf7afa018b4afaf9 [CL 21385622 by David Lesage in ue5-main branch]