You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Implement conditional and no stats version of Sleep.
#codereview Robert.Manuszewski [CL 2410728 by Mikolaj Sieluzycki in Main branch]
This commit is contained in:
@@ -30,7 +30,8 @@ struct CORE_API FHTML5PlatformProcess : public FGenericPlatformProcess
|
||||
{
|
||||
static const TCHAR* ComputerName();
|
||||
static const TCHAR* BaseDir();
|
||||
static void Sleep( float Seconds );
|
||||
static void Sleep(float Seconds);
|
||||
static void SleepNoStats(float Seconds);
|
||||
static void SleepInfinite();
|
||||
static class FEvent* CreateSynchEvent(bool bIsManualReset = 0);
|
||||
static class FRunnableThread* CreateRunnableThread();
|
||||
|
||||
Reference in New Issue
Block a user