Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FMonitoredProcess
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h |
Include | #include "Misc/MonitoredProcess.h" |
void SetSleepInterval
(
float InSleepInterval
)
Remarks
Sets the sleep interval to be used in the main thread loop.
Parameters
Name | Description |
---|---|
InSleepInterval | The Sleep interval to use. |