Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Inheritance Hierarchy
- TSharedFromThis
- FBackgroundHttpNotificationObject
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpNotificationObject.h |
| Include | #include "BackgroundHttpNotificationObject.h" |
Syntax
class FBackgroundHttpNotificationObject : public TSharedFromThis< FBackgroundHttpNotificationObject, ESPMode::ThreadSafe >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBackgroundHttpNotificationObject
(
FText InNotificationTitle, |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyOfDownloadResult
(
bool bWasSuccess |