![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ApplePlatformBackgroundHttpManager.h>
Inheritance diagram for FApplePlatformBackgroundHttpManager:Manages Background Http request that are currently being processed if we are on an Apple Platform
| FApplePlatformBackgroundHttpManager::FApplePlatformBackgroundHttpManager | ( | ) |
|
virtual |
|
overridevirtual |
Adds a Background Http request instance to the manager for tracking Manager should always have a list of requests currently being processed
| Request | - the request object to add |
Reimplemented from FBackgroundHttpManagerImpl.
|
inlineoverridevirtual |
Returns whether or not this is a platform specific implementation
Implements IBackgroundHttpManager.
|
overridevirtual |
Removes a Background Http request instance from the manager Presumably it is done being processed
| Request | - the request object to remove |
Reimplemented from FBackgroundHttpManagerImpl.
Setting cellular preference
Reimplemented from FBackgroundHttpManagerImpl.
Pure virtual that must be overloaded by the inheriting class.
| DeltaTime | time passed since the last call. |
Reimplemented from FBackgroundHttpManagerImpl.