Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
Include |
#include "HttpManager.h" |
enum EHttpFlushReason
{
Default,
Background,
Shutdown,
FullFlush,
Count,
}
Name |
Description |
---|---|
Default |
Reasonable, typically higher time limits |
Background |
Shorter time limits depending on platform requirements |
Shutdown |
Shorter time limits depending on platform requirements |
FullFlush |
Infinite wait, should only be used in non-game scenarios where longer waits are acceptable |
Count |