Files
UnrealEngineUWP/Engine/Source/Editor/EditorConfig
sebastian nordgren d9b2639fd2 EditorConfigSubsystem no longer creates new threads every frame.
This was caused by a logic error, whereby a new thread was spawned 3 seconds after the save was enqueued and then every frame thereafter regardless of whether or not one had been created. We now use EAsyncExecution::TaskGraph as well.

[REVIEW] [at]danny.couture, [at]devin.doucette
#rnx

[CL 22888566 by sebastian nordgren in ue5-main branch]
2022-11-01 15:07:25 -04:00
..