Files
UnrealEngineUWP/Engine/Source/Runtime/MeshConversion
David Lesage f02be1a360 #jira UE-160177 ConverterToDynamicMesh hangs
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]
2022-08-15 08:32:20 -04:00
..