Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
| Name | EBackgroundHttpRequestCompletionResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpRequestImpl.h |
| Include Path | #include "BackgroundHttpRequestImpl.h" |
Syntax
enum EBackgroundHttpRequestCompletionResult
{
Success,
GenericError,
OutOfDiskSpaceError,
}
Values
| Name | Remarks |
|---|---|
| Success | |
| GenericError | |
| OutOfDiskSpaceError |