Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FGenericPlatformBackgroundHttpRe- > API/Runtime/BackgroundHTTP/FGenericPlatformBackgroundHttpRe-/FGenericPlatform-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Don't want to provide default implementation. Must provide an IHttpBackgroundRequest to wrap in public constructor. | GenericPlatform/GenericPlatformBackgroundHttpRequest.h | ||
FGenericPlatformBackgroundHttpWrapper
(
FBackgroundHttpRequestPtr Request, |
GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
FGenericPlatformBackgroundHttpWrapper()
Description
Don't want to provide default implementation. Must provide an IHttpBackgroundRequest to wrap in public constructor.
| Name | FGenericPlatformBackgroundHttpWrapper |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpRequest.h" |
FGenericPlatformBackgroundHttpWrapper()
FGenericPlatformBackgroundHttpWrapper(FBackgroundHttpRequestPtr, int)
| Name | FGenericPlatformBackgroundHttpWrapper |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpRequest.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpRequest.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/GenericPlatform/GenericPlatformBackgroundHttpRequest.cpp |
FGenericPlatformBackgroundHttpWrapper
(
FBackgroundHttpRequestPtr Request,
int MaxRetriesToAttempt
)