#include <BackgroundHttpNotificationObject.h>
|
| BACKGROUNDHTTP_API | FBackgroundHttpNotificationObject (FText InNotificationTitle, FText InNotificationBody, FText InNotificationAction, const FString &InNotificationActivationString, bool InNotifyOnlyOnFullSuccess) |
| |
| BACKGROUNDHTTP_API | FBackgroundHttpNotificationObject (FText InNotificationTitle, FText InNotificationBody, FText InNotificationAction, const FString &InNotificationActivationString, bool InNotifyOnlyOnFullSuccess, bool bOnlySendNotificationInBackground, int32 InIdOverride, bool bUnused=false) |
| |
| BACKGROUNDHTTP_API | ~FBackgroundHttpNotificationObject () |
| |
| BACKGROUNDHTTP_API void | NotifyOfDownloadResult (bool bWasSuccess) |
| |
| TSharedRef< FBackgroundHttpNotificationObject, Mode > | AsShared () |
| |
| TSharedRef< FBackgroundHttpNotificationObject const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FBackgroundHttpNotificationObject, Mode > | AsWeak () |
| |
| TWeakPtr< FBackgroundHttpNotificationObject const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ FBackgroundHttpNotificationObject() [1/2]
| FBackgroundHttpNotificationObject::FBackgroundHttpNotificationObject |
( |
FText |
InNotificationTitle, |
|
|
FText |
InNotificationBody, |
|
|
FText |
InNotificationAction, |
|
|
const FString & |
InNotificationActivationString, |
|
|
bool |
InNotifyOnlyOnFullSuccess |
|
) |
| |
◆ FBackgroundHttpNotificationObject() [2/2]
| FBackgroundHttpNotificationObject::FBackgroundHttpNotificationObject |
( |
FText |
InNotificationTitle, |
|
|
FText |
InNotificationBody, |
|
|
FText |
InNotificationAction, |
|
|
const FString & |
InNotificationActivationString, |
|
|
bool |
InNotifyOnlyOnFullSuccess, |
|
|
bool |
bOnlySendNotificationInBackground, |
|
|
int32 |
InIdOverride, |
|
|
bool |
bUnused = false |
|
) |
| |
◆ ~FBackgroundHttpNotificationObject()
| FBackgroundHttpNotificationObject::~FBackgroundHttpNotificationObject |
( |
| ) |
|
◆ NotifyOfDownloadResult()
| void FBackgroundHttpNotificationObject::NotifyOfDownloadResult |
( |
bool |
bWasSuccess | ) |
|
The documentation for this class was generated from the following files: