I was using FPlatformProcess::Sleep(0);
in a function, converting it to FPlatformProcess::SleepNoStats(0.f);
fixed the warnings.
I was using FPlatformProcess::Sleep(0);
in a function, converting it to FPlatformProcess::SleepNoStats(0.f);
fixed the warnings.