Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
| Name | FBackgroundHttpNotificationObject |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpNotificationObject.h |
| Include Path | #include "BackgroundHttpNotificationObject.h" |
Syntax
class FBackgroundHttpNotificationObject : public TSharedFromThis< FBackgroundHttpNotificationObject, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBackgroundHttpNotificationObject
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| No default constructor. | BackgroundHttpNotificationObject.h | ||
FBackgroundHttpNotificationObject
(
FText InNotificationTitle, |
BackgroundHttpNotificationObject.h | ||
FBackgroundHttpNotificationObject
(
FText InNotificationTitle, |
BackgroundHttpNotificationObject.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FBackgroundHttpNotificationObject() |
BackgroundHttpNotificationObject.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInBackground | volatile bool | BackgroundHttpNotificationObject.h | ||
| bNotifyOnlyOnFullSuccess | bool | BackgroundHttpNotificationObject.h | ||
| bOnlySendNotificationInBackground | bool | BackgroundHttpNotificationObject.h | ||
| IdOverride | int32 | BackgroundHttpNotificationObject.h | ||
| NotificationAction | FText | BackgroundHttpNotificationObject.h | ||
| NotificationActivationString | FString | BackgroundHttpNotificationObject.h | ||
| NotificationBody | FText | BackgroundHttpNotificationObject.h | ||
| NotificationTitle | FText | BackgroundHttpNotificationObject.h | ||
| NumFailedDownloads | volatile int32 | BackgroundHttpNotificationObject.h | ||
| OnApp_EnteringBackgroundHandle | FDelegateHandle | BackgroundHttpNotificationObject.h | ||
| OnApp_EnteringForegroundHandle | FDelegateHandle | BackgroundHttpNotificationObject.h | ||
| PlatformNotificationService | ILocalNotificationService * | BackgroundHttpNotificationObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void NotifyOfDownloadResult
(
bool bWasSuccess |
BackgroundHttpNotificationObject.h |