UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBackgroundHttpNotificationObject Class Reference

#include <BackgroundHttpNotificationObject.h>

+ Inheritance diagram for FBackgroundHttpNotificationObject:

Public Member Functions

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)
 
- Public Member Functions inherited from TSharedFromThis< FBackgroundHttpNotificationObject, ESPMode::ThreadSafe >
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
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FBackgroundHttpNotificationObject, ESPMode::ThreadSafe >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FBackgroundHttpNotificationObject, ESPMode::ThreadSafe >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Constructor & Destructor Documentation

◆ 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 ( )

Member Function Documentation

◆ NotifyOfDownloadResult()

void FBackgroundHttpNotificationObject::NotifyOfDownloadResult ( bool  bWasSuccess)

The documentation for this class was generated from the following files: